Acme-MorningMusume

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.10  Mon May 7 2007
    - updated along with that Hitomi Yoshizawa graduated from Morning Musume on May 6 2007.

0.09  Sat Apr 7 2007
    - added LiChun.pm and QianLin.pm who joined into Morning Musume as foreign students on Mar 15 2007
    - fixed Acme::MorningMusume::Base.pm which made an error by mistake

0.08  Tue Jan 16 2007
    - added MitsuiAika.pm who joined into Morning Musume on Dec 10 2006
      (Thanks to Jonathan Rockway #24387)
    - changed license to MIT license from Perl license
    - removed an inappropriate nickname from KusumiKoharu.pm

0.07  Mon Aug 28 2006
    - updated OgawaMakoto.pm for her graduation on Aug 27 2006

0.06  Sat Jul 29 2006
    - updated KonnoAsami.pm for her graduation

0.05  Sat Sep 4 2005
    - fixed a bug not to load KusumiKoharu.pm.

README.md  view on Meta::CPAN

    my @sorted_by_age        = $musume->sort('age', 1);
    my @sorted_by_class      = $musume->sort('class', 1);
    my @selected_by_age      = $musume->select('age', 18, '>=');
    my @selected_by_class    = $musume->select('class', 5, '==');

# DESCRIPTION

"Morning Musume" is one of highly famous Japanese pop stars.

It consists of many pretty girls and has been known as a group which
members change one after another so frequently that people can't
completely tell who is who in the group.

This module, Acme::MorningMusume, provides an easy method to catch up
with Morning Musume.

# METHODS

## new

>     my $musume = Acme::MorningMusume->new;

lib/Acme/MorningMusume.pm  view on Meta::CPAN

  my @sorted_by_age        = $musume->sort('age', 1);
  my @sorted_by_class      = $musume->sort('class', 1);
  my @selected_by_age      = $musume->select('age', 18, '>=');
  my @selected_by_class    = $musume->select('class', 5, '==');

=head1 DESCRIPTION

"Morning Musume" is one of highly famous Japanese pop stars.

It consists of many pretty girls and has been known as a group which
members change one after another so frequently that people can't
completely tell who is who in the group.

This module, Acme::MorningMusume, provides an easy method to catch up
with Morning Musume.

=head1 METHODS

=head2 new

=over 4



( run in 0.256 second using v1.01-cache-2.11-cpan-5dc5da66d9d )