X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP.pm;h=7a0f721704a8eea249770eec365f5c951ed2e908;hb=7bb4be82f1fd749f7db946c957dab2a3b96c6037;hp=108e96ae35c3f56ba47dc903cbca70a1d5b3c1a6;hpb=462bdc732ebe32abf5b9f3cd40033540a5f1388f;p=gitmo%2FMoose.git diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index 108e96a..7a0f721 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -954,7 +954,7 @@ unconditionally. If the module cannot be loaded, an exception is thrown. You can pass a hash reference with options as second argument. The -only option currently recognised is C<-version>, which will ensure +only option currently recognized is C<-version>, which will ensure that the loaded class has at least the required version. See also L. @@ -974,7 +974,7 @@ cause most of the rest of the core L modules to falsely report having been loaded, due to the way the base L module works. You can pass a hash reference with options as second argument. The -only option currently recognised is C<-version>, which will ensure +only option currently recognized is C<-version>, which will ensure that the loaded class has at least the required version. See also L. @@ -1016,7 +1016,7 @@ If it finds a class it can load, it will return that class' name. If none of the classes can be loaded, it will throw an exception. Additionally, you can pass a hash reference with options after each -class name. Currently, only C<-version> is recognised and will ensure +class name. Currently, only C<-version> is recognized and will ensure that the loaded class has at least the required version. If the class version is not sufficient, an exception will be raised.