Searched refs:Module (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/t/
H A DXSLoader.t21 ok( $@ =~ /^XSLoader::load\('Your::Module', \$Your::Module::VERSION\)/ );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlib.t19 my $Module;
28 $Module = File::Spec->catfile(@lib_dir, 'Yup.pm');
32 open(MOD, ">$Module") || DIE $!;
H A Dautouse.pm97 If the module C<Module> is already loaded, then the declaration
99 use autouse 'Module' => qw(func1 func2($;$));
103 use Module qw(func1 func2);
105 if C<Module> defines func2() with prototype C<($;$)>, and func1() has
106 no prototypes. (At least if C<Module> uses C<Exporter>'s C<import>,
109 If the module C<Module> is not loaded yet, then the above declaration
111 these functions are called, they load the package C<Module> if needed,
116 use Module qw(Module::func3);
120 use Module q
[all...]
H A DExporter.pm231 e.g., Module.pm defines:
240 An application using Module can say something like:
242 use Module qw(:DEFAULT :T2 !B3 A3);
316 =head2 Module Version Checking
H A DCPAN.pm41 Module 64
280 @CPAN::Bundle::ISA = qw(CPAN::Module);
282 package CPAN::Module;
283 @CPAN::Module::ISA = qw(CPAN::InfoObj);
1450 $CPAN::Frontend->myprint($self->format_result('Module',@_));
1458 @type = qw/Author Bundle Distribution Module/;
1612 for $module ($self->expand('Module','/./')) {
1663 my @expand = $self->expand('Module',@args);
1842 return $self->expand('Module',$s)
1843 if $CPAN::META->exists('CPAN::Module',
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/
H A Dcpan54 =head2 Module options
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dhtmlview.t56 use My::Module;</pre>
58 my $module = My::Module-&gt;new();</pre>
170 <p>See also <a href="/t/htmlescp.html">Test Page 2</a>, the <a href="/Your/Module.html">the Your::Module manpage</a> and <a href="/Their/Module.html">the Their::Module manpage</a>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/t/
H A Dvia.t48 ok( ! open($fh,">via(Unknown::Module)", $tmp), 'open via Unknown::Module will fail');
49 like( $warnings, qr/^Cannot find package 'Unknown::Module'/, 'warn about unknown package' );
62 package Incomplete::Module;
67 ok( ! open($fh,">via(Incomplete::Module)", $tmp), 'open via Incomplete::Module will fail');
72 ok( ! open($fh,">via(Unknown::Module)", $tmp), 'open via Unknown::Module will fail');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm172 'type' is the type of what you're installing. Usually 'Module'.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm61 BEGIN { use_ok( 'Some::Module' ); }
62 require_ok( 'Some::Module' );
495 my $obj = Some::Module->new;
496 isa_ok( $obj, 'Some::Module' );
500 my $obj = Some::Module->new;
501 ok( defined $obj && $obj->isa('Some::Module') );
635 =head2 Module tests
655 BEGIN { use_ok('Some::Module', qw(foo bar)) }
659 use Some::Module qw(foo bar);
664 use_ok('Some::Module');
[all...]
H A DBuilder.pm45 package My::Test::Module;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL39 die q{XSLoader::load('Your::Module', $Your::Module::VERSION)} unless @_;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm566 format follows Module::Build's as closely as possible. Additionally, we
627 eval { maniadd({q{META.yml} => q{Module meta-data (added by MakeMaker)}}) }
H A Dxsubpp935 last if ($Module, $Package, $Prefix) =
958 $Module = $1;
962 ($Module_cname = $Module) =~ s/\W/_/g;
H A DMakeMaker.pm2358 =head2 Module Meta-Data
2369 Module::Build developers (see
2382 to create the Module, but this is a normal state of things, then you
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm66 Filter::Util::Call - Perl Source Filter Utility Module
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL295 referring to module documentation; use C<LE<lt>Module::NameE<gt>> instead.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs1038 enc2xs -- Perl Encode Module Generator
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL157 h2xs -e -n Module::Foo foo.h
161 h2xs -n Module::Foo -e foo.h
683 my $module = $opt_n || 'Your::Module';
1903 PREREQ_PM => {$prereq_pm}, # e.g., Module::Name => 1.1
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm2071 # and some funnies with ... Module ...
2073 return $1 if $text =~ m{^([a-z\d]+)\s+Module(\s+[A-Z\d,/& ]+)?$};

Completed in 88 milliseconds