From: Jesse Luehrs Date: Fri, 6 May 2011 21:45:22 +0000 (-0500) Subject: this is redundant X-Git-Tag: 2.0003~44 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d2bda7a771a59fe37149c47c3234a1d43502dff1;p=gitmo%2FMoose.git this is redundant --- diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index e9bfbd5..f079096 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -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. - For historical reasons, this function explicitly returns a true value. =item B @@ -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. - =item B 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