From: Dave Rolsky Date: Mon, 20 Apr 2009 18:19:54 +0000 (-0500) Subject: Add some minimal docs X-Git-Tag: 0.75_01~13^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2dc27d6fac7271582ed8bf8d0ff05bac3504262c;p=gitmo%2FMoose.git Add some minimal docs --- diff --git a/lib/Moose/Meta/Class/Immutable/Trait.pm b/lib/Moose/Meta/Class/Immutable/Trait.pm index 408fab1..0b7ebf4 100644 --- a/lib/Moose/Meta/Class/Immutable/Trait.pm +++ b/lib/Moose/Meta/Class/Immutable/Trait.pm @@ -18,3 +18,32 @@ sub calculate_all_roles { } 1; + +__END__ + +=pod + +=head1 NAME + +Moose::Meta::Class::Immutable::Trait - Implements immutability for metaclass objects + +=head1 DESCRIPTION + +This class makes some Moose-specific metaclass methods immutable. This +is deep guts. + +=head1 AUTHOR + +Yuval Kogman Enothingmuch@cpan.orgE + +=head1 COPYRIGHT AND LICENSE + +Copyright 2009 by Infinity Interactive, Inc. + +L + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + +=cut +