X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FClass%2FImmutable%2FTrait.pm;h=dc860601d0d34cbb8c980ae571b22dd60105fece;hb=3eb89f709f04907580b508f821d6be2316fcb65f;hp=2fbc538678587915a8ba986f1d2b9a507d3296fc;hpb=6e56c6e09ab419776522759fc65fb0e85af66538;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Class/Immutable/Trait.pm b/lib/Moose/Meta/Class/Immutable/Trait.pm index 2fbc538..dc86060 100644 --- a/lib/Moose/Meta/Class/Immutable/Trait.pm +++ b/lib/Moose/Meta/Class/Immutable/Trait.pm @@ -5,7 +5,7 @@ use warnings; use Class::MOP; -our $VERSION = '0.89_02'; +our $VERSION = '1.01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -34,6 +34,10 @@ Moose::Meta::Class::Immutable::Trait - Implements immutability for metaclass obj This class makes some Moose-specific metaclass methods immutable. This is deep guts. +=head1 BUGS + +See L for details on reporting bugs. + =head1 AUTHOR Yuval Kogman Enothingmuch@cpan.orgE