has 'password' => (
is => 'rw',
- isa => Str ',
- );
+ isa => 'Str',
+ );
has 'last_login' => (
is => 'rw',
on and read the Meta and Extending recipes, but those are mostly there
for people who want to be Moose wizards and change how Moose works.
+If you want to see how Moose would translate directly old school Perl
+5 OO code, check out the L<Moose::Unsweetened>.
+
=head1 AUTHOR
Dave Rolsky E<lt>autarch@urth.orgE<gt> and Stevan Little