=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