X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose.pm;h=02e70000b15a9109f347ab30e036c4999433c832;hb=8de5717850eb1f406e5f71d2ccfac33c72cc490b;hp=f9e156dc7e48f2dc614ab5ec46c38943d6752981;hpb=6e56c6e09ab419776522759fc65fb0e85af66538;p=gitmo%2FMoose.git diff --git a/lib/Moose.pm b/lib/Moose.pm index f9e156d..02e7000 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -4,7 +4,7 @@ use warnings; use 5.008; -our $VERSION = '0.89_02'; +our $VERSION = '0.92'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -13,7 +13,7 @@ use Carp 'confess'; use Moose::Exporter; -use Class::MOP 0.92_01; +use Class::MOP 0.94; use Moose::Meta::Class; use Moose::Meta::TypeConstraint; @@ -120,7 +120,7 @@ sub augment { Moose::Exporter->setup_import_methods( with_meta => [ - qw( extends with has before after around override augment) + qw( extends with has before after around override augment ) ], as_is => [ qw( super inner ), @@ -335,6 +335,16 @@ is to search for them (L), or to examine L which aims to keep an up-to-date, easily installable list of Moose extensions. +=head1 TRANSLATIONS + +Much of the Moose documentation has been translated into other languages. + +=over 4 + +=item L + +=back + =head1 BUILDING CLASSES WITH MOOSE Moose makes every attempt to provide as much convenience as possible during @@ -1121,6 +1131,10 @@ Jesse (doy) Luehrs Edoy at tozt dot netE Hans Dieter (confound) Pearcey Ehdp@pobox.comE +Chris (perigrin) Prather + +Florian Ragwitz Erafl@debian.orgE + =head2 OTHER CONTRIBUTORS Aankhen @@ -1149,8 +1163,6 @@ Scott (konobi) McWhirter Shlomi (rindolf) Fish -Chris (perigrin) Prather - Wallace (wreis) Reis Jonathan (jrockway) Rockway