X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose.pm;h=b222379e0ade49abfc3b487a02dec6c92a94dc72;hb=e6fb6ad20fc8a4e61beafe5ab77d22da2eadd151;hp=b7a9d714c084b449a62d918d9cb45053f03509bd;hpb=16fb3624a621bb2e0bb2969cedaba080ae6a44f7;p=gitmo%2FMoose.git diff --git a/lib/Moose.pm b/lib/Moose.pm index b7a9d71..b222379 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -6,7 +6,7 @@ use warnings; use 5.008; -our $VERSION = '0.69'; +our $VERSION = '0.72'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -15,7 +15,7 @@ use Carp 'confess'; use Moose::Exporter; -use Class::MOP 0.77; +use Class::MOP 0.77_01; use Moose::Meta::Class; use Moose::Meta::TypeConstraint; @@ -621,7 +621,7 @@ example. The value of this key is the name of the method that will be called to obtain the value used to initialize the attribute. See the L -for more information. + and/or L for more information. =item I => SCALAR | CODE