Result:
found more than 674 distributions - search limited to the first 2001 files matching your query ( run in 1.714 )


Acme-MetaSyntactic-soviet

 view release on metacpan or  search on metacpan

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

    my $meta = Acme::MetaSyntactic->new( 'soviet' );

    print $meta->name();          # return a single name
    my @names = $meta->name( 4 ); # return 4 distinct names (if possible)

If you want some category other than 'electronic', the second line should
read:

    my $meta = Acme::MetaSyntactic->new( 'soviet', category => 'vehicle/aircraft' );

If C<meta>  from L<Acme::MetaSyntactic> is  installed, you can  use it

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

=back

=head3 MISSILES

This category lists Soviet missiles  with the NATO codename and the US
designation. The missiles' Soviet  designations were still a secret at
the time  of the  Soviet Union  collapse.  You will  note that  the US
designation is  different between  the ground-to-xxx variant  (no "N")
and the ship-to-xxx  variant (with a "N"), while  the NATO codename is
the same.

 view all matches for this distribution


Acme-MetaSyntactic-vim

 view release on metacpan or  search on metacpan

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

scroll
scrollbind
scrolljump
scrolloff
scrollopt
sections
secure
selection
selectmode
sessionoptions
shell
shellcmdflag

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

scr
scb
sj
so
sbo
sect
sel
slm
ssop
sh
shcf

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

input
inputdialog
inputlist
inputrestore
inputsave
inputsecret
insert
isdirectory
islocked
items
join

 view all matches for this distribution


Acme-MilkyHolmes

 view release on metacpan or  search on metacpan

lib/Acme/MilkyHolmes/Character.pm  view on Meta::CPAN


sub BUILD {
    my ($self, $args) = @_;

    my $ds = Data::Section::Simple->new( ref $self );
    my $sections = $ds->get_data_section();
    if ( exists $sections->{common} ) {
        my $common = YAML::Tiny->read_string( delete $sections->{common} );
        $self->{common} = $common;
    }

    for my $section_name ( keys %{ $sections || {} } ) {
        my $yaml = YAML::Tiny->read_string($sections->{$section_name});

        my $localizer = Localizer::Resource->new(
            dictionary => $yaml->[0],
            format     => Localizer::Style::Gettext->new(),
        );
        $self->{localizer}->{$section_name} = $localizer;
    }
}

1;
__END__

 view all matches for this distribution


Acme-Mobile-Therbligs

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.04  Wed Jan  5 2005
	- renamed to Acme::Mobile::Therbligs

0.03  Wed Jan  5 2005
	- corrections to POD
	- added SEE ALSO section for similar module

0.02  Sun Jan  2 20:07:00 2005
	- added more tests
	- added option for NO_SHIFT
	- updated documentation

 view all matches for this distribution


Acme-Module-Authors

 view release on metacpan or  search on metacpan

lib/Acme/Module/Authors.pm  view on Meta::CPAN

from CPAN modules. Then you can thank authors of these modules.

=head1 NOTE

This module uses CPAN.pm to get module author name, which is
slow. Parsing POD's AUTHOR section will makei it more efficient. (But
it's hard because author names are in free form)

=head1 AUTHOR

Tatsuhiko Miyagawa E<lt>miyagawa@bulknews.netE<gt>

 view all matches for this distribution


Acme-Mom-Yours

 view release on metacpan or  search on metacpan

inc/Module/Install/Metadata.pm  view on Meta::CPAN

	my $name     = shift;
	my $features = ( $self->{values}->{features} ||= [] );
	my $mods;

	if ( @_ == 1 and ref( $_[0] ) ) {
		# The user used ->feature like ->features by passing in the second
		# argument as a reference.  Accomodate for that.
		$mods = $_[0];
	} else {
		$mods = \@_;
	}

 view all matches for this distribution


Acme-MomoiroClover

 view release on metacpan or  search on metacpan

inc/Module/Install/Metadata.pm  view on Meta::CPAN

	my $name     = shift;
	my $features = ( $self->{values}->{features} ||= [] );
	my $mods;

	if ( @_ == 1 and ref( $_[0] ) ) {
		# The user used ->feature like ->features by passing in the second
		# argument as a reference.  Accomodate for that.
		$mods = $_[0];
	} else {
		$mods = \@_;
	}

 view all matches for this distribution


Acme-Monta

 view release on metacpan or  search on metacpan

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


=head1 SYNOPSIS

  use Acme::Monta;
  my $monta = Acme::Monta->new();
  print $monta->montaize('this is <monta>secret words</monta>.');

=head1 DESCRIPTION

It is TV of Japan and a popular presentation technique.
It is called 'MONTA METHOD'.

 view all matches for this distribution


Acme-MorningMusume

 view release on metacpan or  search on metacpan

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


__END__

=head1 NAME

Acme::MorningMusume::Base - A baseclass of the class represents each
member of Morning Musume

=head1 SYNOPSIS

  use Acme::MorningMusume;

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

      my $graduate_date  = $member->graduate_date;  # DateTime object
  }

=head1 DESCRIPTION

Acme::MorningMusume::Base is a baseclass of the class represents each
member of Morning Musume.

=head1 ACCESSORS

=head2 name_ja

 view all matches for this distribution


Acme-MorseComments

 view release on metacpan or  search on metacpan

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

    cannot be successfully saved, then the morse-coded file will be output
    to STDOUT, and the original file will remain unchanged.

=head1 AUTHOR

    Justin Wheeler <morsecomments@datademons.com>

=head1 BUGS

    None that I'm aware of, but it's always possible.  E-mail me should
    you find any.

=head1 COPYRIGHT

    Copyright (c) 2006 Justin Wheeler <morsecomments@datademons.com.  All
    rights reserved.  This program is free software; you can redistribute
    or modify it under the same terms as Perl itself.

    This software also comes without any warranty to the extent allowed by
    law.  Don't blame me should this software somehow lose all of your

 view all matches for this distribution


Acme-MotorcycleGang

 view release on metacpan or  search on metacpan

Makefile  view on Meta::CPAN

#     PREREQ_PM => { Test::More=>q[0], version=>q[0] }
#     VERSION_FROM => q[lib/Acme/MotorcycleGang.pm]
#     clean => { FILES=>q[Acme-MotorcycleGang-*] }
#     dist => { COMPRESS=>q[gzip -9f], SUFFIX=>q[gz] }

# --- MakeMaker post_initialize section:


# --- MakeMaker const_config section:

# These definitions are from config.sh (via /usr/lib64/perl5/Config.pm).
# They may have been overridden via Makefile.PL or on the command line.
AR = ar
CC = gcc

Makefile  view on Meta::CPAN

SO = so
VENDORARCHEXP = /usr/lib64/perl5/vendor_perl
VENDORLIBEXP = /usr/share/perl5/vendor_perl


# --- MakeMaker constants section:
AR_STATIC_ARGS = cr
DIRFILESEP = /
DFSEP = $(DIRFILESEP)
NAME = Acme::MotorcycleGang
NAME_SYM = Acme_MotorcycleGang

Makefile  view on Meta::CPAN


PM_TO_BLIB = lib/Acme/MotorcycleGang.pm \
	blib/lib/Acme/MotorcycleGang.pm


# --- MakeMaker platform_constants section:
MM_Unix_VERSION = 6.62
PERL_MALLOC_DEF = -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc


# --- MakeMaker tool_autosplit section:
# Usage: $(AUTOSPLITFILE) FileToSplit AutoDirToSplitInto
AUTOSPLITFILE = $(ABSPERLRUN)  -e 'use AutoSplit;  autosplit($$ARGV[0], $$ARGV[1], 0, 1, 1)' --



# --- MakeMaker tool_xsubpp section:


# --- MakeMaker tools_other section:
SHELL = /bin/sh
CHMOD = chmod
CP = cp
MV = mv
NOOP = $(TRUE)

Makefile  view on Meta::CPAN

MACROEND = 
USEMAKEFILE = -f
FIXIN = $(ABSPERLRUN) -MExtUtils::MY -e 'MY->fixin(shift)' --


# --- MakeMaker makemakerdflt section:
makemakerdflt : all
	$(NOECHO) $(NOOP)


# --- MakeMaker dist section:
TAR = tar
TARFLAGS = cvf
ZIP = zip
ZIPFLAGS = -r
COMPRESS = gzip -9f

Makefile  view on Meta::CPAN

DIST_DEFAULT = tardist
DISTNAME = Acme-MotorcycleGang
DISTVNAME = Acme-MotorcycleGang-0.0.1


# --- MakeMaker macro section:


# --- MakeMaker depend section:


# --- MakeMaker cflags section:


# --- MakeMaker const_loadlibs section:


# --- MakeMaker const_cccmd section:


# --- MakeMaker post_constants section:


# --- MakeMaker pasthru section:

PASTHRU = LIBPERL_A="$(LIBPERL_A)"\
	LINKTYPE="$(LINKTYPE)"\
	PREFIX="$(PREFIX)"


# --- MakeMaker special_targets section:
.SUFFIXES : .xs .c .C .cpp .i .s .cxx .cc $(OBJ_EXT)

.PHONY: all config static dynamic test linkext manifest blibdirs clean realclean disttest distdir



# --- MakeMaker c_o section:


# --- MakeMaker xs_c section:


# --- MakeMaker xs_o section:


# --- MakeMaker top_targets section:
all :: pure_all manifypods
	$(NOECHO) $(NOOP)


pure_all :: config pm_to_blib subdirs linkext

Makefile  view on Meta::CPAN


help :
	perldoc ExtUtils::MakeMaker


# --- MakeMaker blibdirs section:
blibdirs : $(INST_LIBDIR)$(DFSEP).exists $(INST_ARCHLIB)$(DFSEP).exists $(INST_AUTODIR)$(DFSEP).exists $(INST_ARCHAUTODIR)$(DFSEP).exists $(INST_BIN)$(DFSEP).exists $(INST_SCRIPT)$(DFSEP).exists $(INST_MAN1DIR)$(DFSEP).exists $(INST_MAN3DIR)$(DFSEP)....
	$(NOECHO) $(NOOP)

# Backwards compat with 6.18 through 6.25
blibdirs.ts : blibdirs

Makefile  view on Meta::CPAN

	$(NOECHO) $(CHMOD) $(PERM_DIR) $(INST_MAN3DIR)
	$(NOECHO) $(TOUCH) $(INST_MAN3DIR)$(DFSEP).exists



# --- MakeMaker linkext section:

linkext :: $(LINKTYPE)
	$(NOECHO) $(NOOP)


# --- MakeMaker dlsyms section:


# --- MakeMaker dynamic section:

dynamic :: $(FIRST_MAKEFILE) $(INST_DYNAMIC) $(INST_BOOT)
	$(NOECHO) $(NOOP)


# --- MakeMaker dynamic_bs section:

BOOTSTRAP =


# --- MakeMaker dynamic_lib section:


# --- MakeMaker static section:

## $(INST_PM) has been moved to the all: target.
## It remains here for awhile to allow for old usage: "make static"
static :: $(FIRST_MAKEFILE) $(INST_STATIC)
	$(NOECHO) $(NOOP)


# --- MakeMaker static_lib section:


# --- MakeMaker manifypods section:

POD2MAN_EXE = $(PERLRUN) "-MExtUtils::Command::MM" -e pod2man "--"
POD2MAN = $(POD2MAN_EXE)


manifypods : pure_all  \
	lib/Acme/MotorcycleGang.pm
	$(NOECHO) $(POD2MAN) --section=3 --perm_rw=$(PERM_RW) \
	  lib/Acme/MotorcycleGang.pm $(INST_MAN3DIR)/Acme::MotorcycleGang.$(MAN3EXT) 




# --- MakeMaker processPL section:


# --- MakeMaker installbin section:


# --- MakeMaker subdirs section:

# none

# --- MakeMaker clean_subdirs section:
clean_subdirs :
	$(NOECHO) $(NOOP)


# --- MakeMaker clean section:

# Delete temporary files but do not touch installed files. We don't delete
# the Makefile here so a later make realclean still has a makefile to use.

clean :: clean_subdirs

Makefile  view on Meta::CPAN

	- $(RM_RF) \
	  Acme-MotorcycleGang-* blib 
	- $(MV) $(FIRST_MAKEFILE) $(MAKEFILE_OLD) $(DEV_NULL)


# --- MakeMaker realclean_subdirs section:
realclean_subdirs :
	$(NOECHO) $(NOOP)


# --- MakeMaker realclean section:
# Delete temporary files (via clean) and also delete dist files
realclean purge ::  clean realclean_subdirs
	- $(RM_F) \
	  $(MAKEFILE_OLD) $(FIRST_MAKEFILE) 
	- $(RM_RF) \
	  $(DISTVNAME) 


# --- MakeMaker metafile section:
metafile : create_distdir
	$(NOECHO) $(ECHO) Generating META.yml
	$(NOECHO) $(ECHO) '---' > META_new.yml
	$(NOECHO) $(ECHO) 'abstract: '\''Translate Japanese MotorcycleGang Language'\''' >> META_new.yml
	$(NOECHO) $(ECHO) 'author:' >> META_new.yml

Makefile  view on Meta::CPAN

	$(NOECHO) $(ECHO) '   "version" : "v0.0.1"' >> META_new.json
	$(NOECHO) $(ECHO) '}' >> META_new.json
	-$(NOECHO) $(MV) META_new.json $(DISTVNAME)/META.json


# --- MakeMaker signature section:
signature :
	cpansign -s


# --- MakeMaker dist_basics section:
distclean :: realclean distcheck
	$(NOECHO) $(NOOP)

distcheck :
	$(PERLRUN) "-MExtUtils::Manifest=fullcheck" -e fullcheck

Makefile  view on Meta::CPAN

veryclean : realclean
	$(RM_F) *~ */*~ *.orig */*.orig *.bak */*.bak *.old */*.old 



# --- MakeMaker dist_core section:

dist : $(DIST_DEFAULT) $(FIRST_MAKEFILE)
	$(NOECHO) $(ABSPERLRUN) -l -e 'print '\''Warning: Makefile possibly out of date with $(VERSION_FROM)'\''' \
	  -e '    if -e '\''$(VERSION_FROM)'\'' and -M '\''$(VERSION_FROM)'\'' < -M '\''$(FIRST_MAKEFILE)'\'';' --

Makefile  view on Meta::CPAN

	$(SHAR) $(DISTVNAME) > $(DISTVNAME).shar
	$(RM_RF) $(DISTVNAME)
	$(POSTOP)


# --- MakeMaker distdir section:
create_distdir :
	$(RM_RF) $(DISTVNAME)
	$(PERLRUN) "-MExtUtils::Manifest=manicopy,maniread" \
		-e "manicopy(maniread(),'$(DISTVNAME)', '$(DIST_CP)');"

distdir : create_distdir distmeta 
	$(NOECHO) $(NOOP)



# --- MakeMaker dist_test section:
disttest : distdir
	cd $(DISTVNAME) && $(ABSPERLRUN) Makefile.PL 
	cd $(DISTVNAME) && $(MAKE) $(PASTHRU)
	cd $(DISTVNAME) && $(MAKE) test $(PASTHRU)



# --- MakeMaker dist_ci section:

ci :
	$(PERLRUN) "-MExtUtils::Manifest=maniread" \
	  -e "@all = keys %{ maniread() };" \
	  -e "print(qq{Executing $(CI) @all\n}); system(qq{$(CI) @all});" \
	  -e "print(qq{Executing $(RCS_LABEL) ...\n}); system(qq{$(RCS_LABEL) @all});"


# --- MakeMaker distmeta section:
distmeta : create_distdir metafile
	$(NOECHO) cd $(DISTVNAME) && $(ABSPERLRUN) -MExtUtils::Manifest=maniadd -e 'exit unless -e q{META.yml};' \
	  -e 'eval { maniadd({q{META.yml} => q{Module YAML meta-data (added by MakeMaker)}}) }' \
	  -e '    or print "Could not add META.yml to MANIFEST: $${'\''@'\''}\n"' --
	$(NOECHO) cd $(DISTVNAME) && $(ABSPERLRUN) -MExtUtils::Manifest=maniadd -e 'exit unless -f q{META.json};' \
	  -e 'eval { maniadd({q{META.json} => q{Module JSON meta-data (added by MakeMaker)}}) }' \
	  -e '    or print "Could not add META.json to MANIFEST: $${'\''@'\''}\n"' --



# --- MakeMaker distsignature section:
distsignature : create_distdir
	$(NOECHO) cd $(DISTVNAME) && $(ABSPERLRUN) -MExtUtils::Manifest=maniadd -e 'eval { maniadd({q{SIGNATURE} => q{Public-key signature (added by MakeMaker)}}) } ' \
	  -e '    or print "Could not add SIGNATURE to MANIFEST: $${'\''@'\''}\n"' --
	$(NOECHO) cd $(DISTVNAME) && $(TOUCH) SIGNATURE
	cd $(DISTVNAME) && cpansign -s



# --- MakeMaker install section:

install :: pure_install doc_install
	$(NOECHO) $(NOOP)

install_perl :: pure_perl_install doc_perl_install

Makefile  view on Meta::CPAN


uninstall_from_vendordirs ::
	$(NOECHO) $(UNINSTALL) $(VENDORARCHEXP)/auto/$(FULLEXT)/.packlist


# --- MakeMaker force section:
# Phony target to force checking subdirectories.
FORCE :
	$(NOECHO) $(NOOP)


# --- MakeMaker perldepend section:


# --- MakeMaker makefile section:
# We take a very conservative approach here, but it's worth it.
# We move Makefile to Makefile.old here to avoid gnu make looping.
$(FIRST_MAKEFILE) : Makefile.PL $(CONFIGDEP)
	$(NOECHO) $(ECHO) "Makefile out-of-date with respect to $?"
	$(NOECHO) $(ECHO) "Cleaning current config before rebuilding Makefile..."

Makefile  view on Meta::CPAN

	$(NOECHO) $(ECHO) "==> Please rerun the $(MAKE) command.  <=="
	$(FALSE)



# --- MakeMaker staticmake section:

# --- MakeMaker makeaperl section ---
MAP_TARGET    = perl
FULLPERL      = /usr/bin/perl

$(MAP_TARGET) :: static $(MAKE_APERL_FILE)
	$(MAKE) $(USEMAKEFILE) $(MAKE_APERL_FILE) $@

Makefile  view on Meta::CPAN

		Makefile.PL DIR= \
		MAKEFILE=$(MAKE_APERL_FILE) LINKTYPE=static \
		MAKEAPERL=1 NORECURS=1 CCCDLFLAGS=


# --- MakeMaker test section:

TEST_VERBOSE=0
TEST_TYPE=test_$(LINKTYPE)
TEST_FILE = test.pl
TEST_FILES = t/*.t

Makefile  view on Meta::CPAN


test_static :: test_dynamic
testdb_static :: testdb_dynamic


# --- MakeMaker ppd section:
# Creates a PPD (Perl Package Description) for a binary distribution.
ppd :
	$(NOECHO) $(ECHO) '<SOFTPKG NAME="$(DISTNAME)" VERSION="0.0.1">' > $(DISTNAME).ppd
	$(NOECHO) $(ECHO) '    <ABSTRACT>Translate Japanese MotorcycleGang Language</ABSTRACT>' >> $(DISTNAME).ppd
	$(NOECHO) $(ECHO) '    <AUTHOR>yuichi tsunoda &lt;yuichi.tsunoda@gmail.com&gt;</AUTHOR>' >> $(DISTNAME).ppd

Makefile  view on Meta::CPAN

	$(NOECHO) $(ECHO) '        <CODEBASE HREF="" />' >> $(DISTNAME).ppd
	$(NOECHO) $(ECHO) '    </IMPLEMENTATION>' >> $(DISTNAME).ppd
	$(NOECHO) $(ECHO) '</SOFTPKG>' >> $(DISTNAME).ppd


# --- MakeMaker pm_to_blib section:

pm_to_blib : $(FIRST_MAKEFILE) $(TO_INST_PM)
	$(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e 'pm_to_blib({@ARGV}, '\''$(INST_LIB)/auto'\'', q[$(PM_FILTER)], '\''$(PERM_DIR)'\'')' -- \
	  lib/Acme/MotorcycleGang.pm blib/lib/Acme/MotorcycleGang.pm 
	$(NOECHO) $(TOUCH) pm_to_blib


# --- MakeMaker selfdocument section:


# --- MakeMaker postamble section:


# End.

 view all matches for this distribution


Acme-MyFirstModule-ASTPL

 view release on metacpan or  search on metacpan

lib/Acme/MyFirstModule/ASTPL.pm  view on Meta::CPAN

    my $foo = Acme::MyFirstModule::ASTPL->new();
    ...

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 SUBROUTINES/METHODS

=head2 function1

 view all matches for this distribution


Acme-MyFirstModule-AUSTIN

 view release on metacpan or  search on metacpan

lib/Acme/MyFirstModule/AUSTIN.pm  view on Meta::CPAN

    my $foo = Acme::MyFirstModule::AUSTIN->new();
    ...

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 SUBROUTINES/METHODS

=head2 function1

 view all matches for this distribution


Acme-MyFirstModule-BDFOY

 view release on metacpan or  search on metacpan

lib/Acme/MyFirstModule/BDFOY.pm  view on Meta::CPAN

    my $foo = Acme::MyFirstModule::BDFOY->new();
    ...

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 SUBROUTINES/METHODS

=head2 function1

 view all matches for this distribution


Acme-MyFirstModule-BWAGNER

 view release on metacpan or  search on metacpan

lib/Acme/MyFirstModule/BWAGNER.pm  view on Meta::CPAN

    my $foo = Acme::MyFirstModule::BWAGNER->new();
    ...

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 SUBROUTINES/METHODS

=head2 function1

 view all matches for this distribution


Acme-MyFirstModule-CARNIL

 view release on metacpan or  search on metacpan

lib/Acme/MyFirstModule/CARNIL.pm  view on Meta::CPAN

    my $foo = Acme::MyFirstModule::CARNIL->new();
    ...

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 SUBROUTINES/METHODS

=head2 function1

 view all matches for this distribution


Acme-MyFirstModule-DRPENGUIN

 view release on metacpan or  search on metacpan

lib/Acme/MyFirstModule/DRPENGUIN.pm  view on Meta::CPAN

    my $foo = Acme::MyFirstModule::DRPENGUIN->new();
    ...

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 SUBROUTINES/METHODS

=head2 function1

 view all matches for this distribution


Acme-MyFirstModule-DRZIGMAN

 view release on metacpan or  search on metacpan

lib/Acme/MyFirstModule/DRZIGMAN.pm  view on Meta::CPAN

    my $foo = Acme::MyFirstModule::DRZIGMAN->new();
    ...

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 SUBROUTINES/METHODS

=head2 function1

 view all matches for this distribution


Acme-MyFirstModule-JWKEENE

 view release on metacpan or  search on metacpan

lib/Acme/MyFirstModule/JWKEENE.pm  view on Meta::CPAN

    my $foo = Acme::MyFirstModule::JWKEENE->new();
    ...

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 SUBROUTINES/METHODS

=head2 function1

 view all matches for this distribution


Acme-MyFirstModule-NANDO

 view release on metacpan or  search on metacpan

lib/Acme/MyFirstModule/NANDO.pm  view on Meta::CPAN

    my $foo = Acme::MyFirstModule::NANDO->new();
    ...

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 SUBROUTINES/METHODS

=head2 function1

 view all matches for this distribution


Acme-MyFirstModule-SADAMS

 view release on metacpan or  search on metacpan

lib/Acme/MyFirstModule/SADAMS.pm  view on Meta::CPAN

    my $foo = Acme::MyFirstModule::SADAMS->new();
    ...

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 SUBROUTINES/METHODS

=head2 function1

 view all matches for this distribution


Acme-MyFirstModule-WWILLIS

 view release on metacpan or  search on metacpan

lib/Acme/MyFirstModule/WWILLIS.pm  view on Meta::CPAN

    my $foo = Acme::MyFirstModule::WWILLIS->new();
    ...

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 FUNCTIONS

=head2 function1

 view all matches for this distribution


Acme-MyFirstModule-ddeimeke

 view release on metacpan or  search on metacpan

lib/Acme/MyFirstModule/ddeimeke.pm  view on Meta::CPAN

    my $foo = Acme::MyFirstModule::ddeimeke->new();
    ...

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 SUBROUTINES/METHODS

=head2 function1

 view all matches for this distribution


Acme-MyPeek

 view release on metacpan or  search on metacpan

t/0010_test.t  view on Meta::CPAN

use_ok('Acme::MyPeek');
use Config;

showd('use64bitall');
showd('use64bitint');
showd('usecrosscompile');
showd('uselongdouble');
showd('usemorebits');

my $lv;
my ($d1, $d2, $d3);

 view all matches for this distribution


Acme-NAHCNUJ-Utils

 view release on metacpan or  search on metacpan

lib/Acme/NAHCNUJ/Utils.pm  view on Meta::CPAN


    my $foo = sum(1, 2, 3); #=> 6

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 SUBROUTINES/METHODS

=head2 sum

 view all matches for this distribution


Acme-NabeAtzz

 view release on metacpan or  search on metacpan

inc/Module/Install/Metadata.pm  view on Meta::CPAN

	my $name     = shift;
	my $features = ( $self->{values}{features} ||= [] );
	my $mods;

	if ( @_ == 1 and ref( $_[0] ) ) {
		# The user used ->feature like ->features by passing in the second
		# argument as a reference.  Accomodate for that.
		$mods = $_[0];
	} else {
		$mods = \@_;
	}

 view all matches for this distribution


Acme-NewMath

 view release on metacpan or  search on metacpan

lib/acme/newmath.pm  view on Meta::CPAN

For thousands of years, we have been plagued by mathematicians insisting that
two plus two equals four.  Who elected them?  I, Stevie-O, am promoting an
entirely new system, where two plus two equals FIVE.  Eventually, it will
be extended to provide other stuff these power-hungry madmen kept hidden
away for themselves, such as division by zero, cold fusion,
the ability to solve the halting problem, and the secret to attracting
hot chicks.

=head1 FEATURES

	3 + 1 == 4;			# just to indicate that this only works for 2+2.

 view all matches for this distribution


Acme-Nogizaka46

 view release on metacpan or  search on metacpan

lib/Acme/Nogizaka46/Base.pm  view on Meta::CPAN


__END__

=head1 NAME

Acme::Nogizaka46::Base - A baseclass of the class represents each
member of Nogizaka46.

=head1 SYNOPSIS

  use Acme::Nogizaka46;

lib/Acme/Nogizaka46/Base.pm  view on Meta::CPAN

      my $graduate_date  = $member->graduate_date;  # DateTime object
  }

=head1 DESCRIPTION

Acme::Nogizaka46::Base is a baseclass of the class represents each
member of Nogizaka46.

=head1 ACCESSORS

=head2 name_ja

 view all matches for this distribution


Acme-OCEORA-Utils

 view release on metacpan or  search on metacpan

lib/Acme/OCEORA/Utils.pm  view on Meta::CPAN

    my $foo = Acme::OCEORA::Utils->new();
    ...

=head1 EXPORT

A list of functions that can be exported.  You can delete this section
if you don't export anything, such as for a purely object-oriented module.

=head1 SUBROUTINES/METHODS

=head2 sum

 view all matches for this distribution


Acme-OneHundredNotOut

 view release on metacpan or  search on metacpan

OneHundredNotOut.pm  view on Meta::CPAN

for my book Advanced Perl Programming as an example of both attributes
and messing about with the class module - by marking some subtourines as
C<:final>, you get an error if a derived class attempts to override it.
As with many of my proof-of-concept modules, this isn't something I'd
ever use myself, but I know others have used it. I'll let you into a
secret - over the past few months I've settled on giving modules a
version number of C<0.x> if I've never used them myself and C<1.x> if I
have.

Java wasn't the only language to influence my Perl coding activities.
Ruby is a wonderful little language I first encountered in Japan, but

OneHundredNotOut.pm  view on Meta::CPAN

have to force a particular representation on their users. 

=head2 Linguistics

I'm actually a linguist by training, not a computer programmer,
graduating from the school of Oriental Studies with second and third
year options in Japanese linguistics. I'd like to think that my work at
Kasei was as much about linguistic and textual analysis as it was about
mail munging. With that in mind, I wrote a few language-related modules
during my time with them.

 view all matches for this distribution


( run in 1.714 second using v1.01-cache-2.11-cpan-39bf76dae61 )