Add some minimal docs
Dave Rolsky [Mon, 20 Apr 2009 18:19:54 +0000 (13:19 -0500)]
lib/Moose/Meta/Class/Immutable/Trait.pm

index 408fab1..0b7ebf4 100644 (file)
@@ -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 E<lt>nothingmuch@cpan.orgE<gt>
+
+=head1 COPYRIGHT AND LICENSE
+
+Copyright 2009 by Infinity Interactive, Inc.
+
+L<http://www.iinteractive.com>
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+=cut
+