More doc
[gitmo/MooseX-HasDefaults.git] / lib / MooseX / HasDefaults.pm
index 4b31d96..59b4fe4 100644 (file)
@@ -26,6 +26,22 @@ MooseX::HasDefaults - default "is" to "ro" or "rw" for all attributes
 
 =head1 DESCRIPTION
 
+The module L<MooseX::HasDefaults::RO> defaults C<is> to C<ro>.
+
+The module L<MooseX::HasDefaults::RW> defaults C<is> to C<rw>.
+
+If you pass a specific value to any C<has>'s C<is>, that overrides the default. If you do not want an accessor, pass C<< is => undef >>.
+
+=head1 AUTHOR
+
+Shawn M Moore, C<sartak@gmail.com>
+
+=head1 COPYRIGHT AND LICENSE
+
+Copyright 2009 Infinity Interactive
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
 
 =cut