X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose.pm;h=b222379e0ade49abfc3b487a02dec6c92a94dc72;hb=e6fb6ad20fc8a4e61beafe5ab77d22da2eadd151;hp=6514a6bfc862b82535dcf4c51a48b920d345106b;hpb=722c9bcbe9633bbebe5b71773b8d8e574385b604;p=gitmo%2FMoose.git diff --git a/lib/Moose.pm b/lib/Moose.pm index 6514a6b..b222379 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -6,7 +6,7 @@ use warnings; use 5.008; -our $VERSION = '0.71'; +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