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?)>
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>
=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