this is redundant
Jesse Luehrs [Fri, 6 May 2011 21:45:22 +0000 (16:45 -0500)]
lib/Class/MOP.pm

index e9bfbd5..f079096 100644 (file)
@@ -945,8 +945,6 @@ You can pass a hash reference with options as second argument. The
 only option currently recognized is C<-version>, which will ensure
 that the loaded class has at least the required version.
 
-See also L</Class Loading Options>.
-
 For historical reasons, this function explicitly returns a true value.
 
 =item B<Class::MOP::is_class_loaded($class_name, \%options?)>
@@ -965,8 +963,6 @@ You can pass a hash reference with options as second argument. The
 only option currently recognized is C<-version>, which will ensure
 that the loaded class has at least the required version.
 
-See also L</Class Loading Options>.
-
 =item B<Class::MOP::get_code_info($code)>
 
 This function returns two values, the name of the package the C<$code>
@@ -1038,17 +1034,6 @@ This will remove the metaclass stored in the C<$name> key.
 
 =back
 
-=head2 Class Loading Options
-
-=over 4
-
-=item -version
-
-Can be used to pass a minimum required version that will be checked
-against the class version after it was loaded.
-
-=back
-
 =head1 SEE ALSO
 
 =head2 Books