view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/metal_heroes.pm view on Meta::CPAN
the same terms as the Perl 5 programming language system itself.
=cut
__DATA__
# default
:all
# names heroes
gavan sharivan shaider juspion spielban metalder jiraiya jiban winspector solbrain exceedraft janperson blueswat bfighter kabuto kabutack robotack
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/mlpfim.pm view on Meta::CPAN
=item *
RT: CPAN's Bug Tracker
The RT ( Request Tracker ) website is the default bug/issue tracking system for CPAN.
L<https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-MetaSyntactic-mlpfim>
=item *
lib/Acme/MetaSyntactic/mlpfim.pm view on Meta::CPAN
=item *
RT: CPAN's Bug Tracker
The RT ( Request Tracker ) website is the default bug/issue tracking system for CPAN.
L<https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-MetaSyntactic-mlpfim>
=item *
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/morning_musume.pm view on Meta::CPAN
#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),
},
}
lib/Acme/MetaSyntactic/morning_musume.pm view on Meta::CPAN
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:
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/nethack.pm view on Meta::CPAN
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
=cut
__DATA__
# default
monsters
# names artifacts
Excalibur
Stormbringer
Mjollnir
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/newsradio.pm view on Meta::CPAN
feature.
=cut
__DATA__
# default
:all
# names first
dave jimmy matthew lisa beth joe catherine bill max johnny andrea walt
# names last
nelson james brock miller garrelli duke mcneal lewis johnson
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/not_going_out.pm view on Meta::CPAN
feature.
=cut
__DATA__
# default
:all
# names first
lee lucy daisy tim toby morris wendy anna geoffrey mollie molly frank benji charlie barbara kate lola jack flo chris stuart debbie amy paul stretch george ruth rachel kerry
# names last
shaffington anstis moss
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/ozark.pm view on Meta::CPAN
the same terms as the Perl 5 programming language system itself.
=cut
__DATA__
# default
:all
# names first
marty wendy charlotte jonah ruth rachel roy camino jacob darlene wyatt helen ben maya mason buddy russ cade trevor charles
# names last
byrde langmore garrison petty delrio snell pierce davis miller young dieker evans wilkes
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/schitts_creek.pm view on Meta::CPAN
feature.
=cut
__DATA__
# default
:all
# names first
johnny moira david alexis roland stevie jocelyn twyla ronnie ted patrick bob mutt gwen grace ray wendy lena jake emir eric doris ivan clint bev tennesse don audrey
# names last
rose schitt budd sands lee mullens brewer currie butani kurtz kaplan taylor
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/seinfeld.pm view on Meta::CPAN
the same terms as the Perl 5 programming language system itself.
=cut
__DATA__
# default
:all
# names first
jerry kramer george elaine ruthie susan estelle frank helen jacopo morty leo matt david justin mickey kenny russell tim joe carol jackie sue
# names last
seinfeld costanza benes cohen newman ross peterman wilhelm lippman puddy pitt dugan bania dalrymple whatley davola chiles kruger ellen
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/soviet.pm view on Meta::CPAN
use Acme::MetaSyntactic::MultiList;
our @ISA = qw( Acme::MetaSyntactic::MultiList );
our $VERSION = '0.06';
my $data = { default => 'electronic' };
my ($category2, $category3);
my %seen;
_load_data_from_pod();
lib/Acme/MetaSyntactic/soviet.pm view on Meta::CPAN
vehicles/error
=back
The default category is 'electronic'.
=head1 VERSION
This is version 0.06, the Fresco version, released on the 49th
anniversary of the dogfight between a MiG-17 Fresco flown by ace
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/unyil.pm view on Meta::CPAN
the same terms as the Perl 5 programming language system itself.
=cut
__DATA__
# default
main
# names main
unyil ucrit usro kinoy meilani tina bunbun ableh ogah cuplis endut bariah jontor joni tina tineke
# names extra
raden lurah hansip
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/vim.pm view on Meta::CPAN
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
=cut
__DATA__
# default
commands/full
# names todo
COMBAK
FIXME
TODO
lib/Acme/MetaSyntactic/vim.pm view on Meta::CPAN
formatlistpat
formatoptions
formatprg
formatexpr
fsync
gdefault
grepformat
grepprg
guicursor
guifont
guifontset
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MilkyHolmes.pm view on Meta::CPAN
=head1 METHODS
=head2 C<members(%options)>
options: C<$options{locale} = ja,en> default is ja
my @members = Acme::MilkyHolmes->members(locale => en);
fetch Milky Holmes members. See SYNOPSIS.
=head2 C<members_of($member_name_const, %options)>
options: C<$options{locale} = ja,en> default is ja
fetch members specified in C<$member_name_const>. See SYNOPSIS and EXPORTED CONSTANTS
=head1 EXPORTED CONSTANTS
view all matches for this distribution