The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Acme::MorningMusume::ShinMember - Create random Morning Musume!

VERSION

Version 0.01

SYNOPSIS

Creates a random morning musume member that's "based on" two random parent members:

    use Acme::MorningMusume::ShinMember;

    my $member = Acme::MorningMusume::ShinMember->new;
    print "I created ". $member->name_en. "!\n";
    # etc..

The $member can then be used like any Acme::MorningMusume::Base object. See bin/genmusume for an example.

FUNCTIONS

info

Called by Acme::MorningMusume::Base::new to make the Musume.

AUTHOR

Jonathan Rockway, <jrockway at cpan.org>

BUGS

Please report any bugs or feature requests to bug-acme-morningmusume-shinmember at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-MorningMusume-ShinMember. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SEE ALSO

Want the real Mornon

ACKNOWLEDGEMENTS

#perl.

COPYRIGHT & LICENSE

Copyright 2006 Jonathan Rockway, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.