Acme-MetaSyntactic-morning_musume

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    Acme::MetaSyntactic::morning_musume -- The theme of Morning Musume

DESCRIPTION
    The names (english transcription) of the Japanese Pop Idols Morning
    Musume

    The list is provided by the module Acme::MorningMusume from KENTARO

    Two themes are available: active (default), graduate

INSTALL
    To install this module, run the following commands:

        perl Build.PL
        ./Build
        ./Build test
        ./Build install

    Alternatively, to install with ExtUtils::MakeMaker, you can use the

lib/Acme/MetaSyntactic/morning_musume.pm  view on Meta::CPAN

use Acme::MorningMusume;
our @ISA     = qw( Acme::MetaSyntactic::MultiList );
our $VERSION = '1.002';

	my $musume = Acme::MorningMusume->new;
	#my @all      = map { $_->name_en } $musume->members;
	my @active   = map { $_->name_en } $musume->members('active');
	my @graduate = map { $_->name_en } $musume->members('graduate');

__PACKAGE__->init(
    {   default => 'active',
        names   => {
			active => join (' ', @active),
			graduate => join (' ', @graduate),
        },
    }
);

1;

=head1 NAME

Acme::MetaSyntactic::morning_musume - The theme of Morning Musume

=head1 DESCRIPTION

The names (English transcription) of the Japanese Pop Idols Morning Musume

The list is provided by the module L<Acme::MorningMusume> from KENTARO.

Two themes are available: active (default), graduate

=head1 INSTALL

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install



( run in 0.412 second using v1.01-cache-2.11-cpan-8780591d54d )