Searched refs:Package (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dxref.t38 } elsif (/^ Package (.*)/) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.xs263 _safe_pkg_prep(Package)
264 char * Package
269 hv = gv_stashpv(Package, GV_ADDWARN); /* should exist already */
284 _safe_call_sv(Package, mask, codesv)
285 char * Package
302 PL_defstash = gv_stashpv(Package, GV_ADDWARN); /* should exist already */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DXref.pm23 Package package1
27 Package package2
36 The report is then grouped by the B<Package> of each variable,
39 containing B<Package>) includes its type character(s) at the beginning
357 print " Package $pack\n";
H A DLint.pm114 =item B<-u Package>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dcode.t50 $blessed_code = bless sub { "blessed" }, "Some::Package";
51 { package Another::Package; sub foo { __PACKAGE__ } }
64 \&Another::Package::foo, # code in another package
93 ok($thawed->[3]->(), "Another::Package");
138 ok($thawed->[3]->(), "Another::Package");
150 ok($thawed->[3]->(), "Another::Package");
281 ok($thawed->[3]->(), "Another::Package");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dconstant.pm196 in C<Some::Package::CONSTANT>. Constants may be exported by modules,
198 as C<< Some::Package->CONSTANT >> or as C<< $obj->CONSTANT >> where
199 C<$obj> is an instance of C<Some::Package>. Subclasses may define
H A DAutoLoader.pm284 =head2 Package Lexicals
286 Package lexicals declared with C<my> in the main block of a package
H A Dattributes.pm141 (See L<"Package-specific Attribute Handling"> below.)
214 L<"Package-specific Attribute Handling"> below.
223 the method names described in L<"Package-specific Attribute Handling"> below.
229 =head2 Package-specific Attribute Handling
235 Package-specific attribute handling may change incompatibly in a future
H A DDB.pm695 Package namespace of currently executing code.
H A Doverload.pm177 overload - Package for overloading perl operations
701 Package C<overload.pm> provides the following public functions:
H A DCPAN.pm1720 "Package namespace",
4006 Package comes with a Makefile and without a Makefile.PL.
4019 $CPAN::Frontend->myprint(qq{Package seems to come without Makefile.PL.
H A Dperl5db.pl5235 print_lineinfo(' ' x $stack_depth, "Package $filename.\n") if $frame;
6933 B<V> [I<Pk> [I<Vars>]] List Variables in Package. Vars can be ~pattern or !pattern.
7107 B<V> [I<Pk> [I<Vars>]] List Variables in Package. Vars can be ~pattern or !pattern.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp613 my $overload = "$Package\::(".$1 ;
935 last if ($Module, $Package, $Prefix) =
959 $Package = defined($2) ? $2 : ''; # keep -w happy
963 ($Packid = $Package) =~ tr/:/_/;
964 $Packprefix = $Package;
1559 # apply_attrs_string("$Package", cv, "@Attributes", 0);
1564 $name = "$Package\::$name" unless $name =~ /::/;
1592 /* Making a sub named "${Package}::()" allows the package */
1594 /* overload::Overloaded("${Package}") to return true. */
1595 newXS("${Package}
[all...]
H A DMakeMaker.pm1300 in PPD (Perl Package Description) files for PPM (Perl Package Manager).
1932 Name of the script that gets executed by the Perl Package Manager after
H A DMM_Unix.pm3317 Defines target that creates a PPD (Perl Package Description) file
3389 # Creates a PPD (Perl Package Description) for a binary distribution.
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist105 65 Package not installed
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm17 use Some::Other::Package;
18 open($fh,">:via(Some::Other::Package)",...);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFind.pm342 Package names (eg 'A::B') are automatically converted to directory
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm598 elements. Package now implements documented behaviour when

Completed in 132 milliseconds