Searched refs:callpkg (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/version/lib/
H A Dversion.pm49 my $callpkg = caller();
52 *{$callpkg.'::declare'} =
54 unless defined(&{$callpkg.'::declare'});
58 *{$callpkg.'::qv'} =
60 unless defined(&{$callpkg.'::qv'});
70 *{$callpkg.'::VERSION'} = \&{$CLASS.'::_VERSION'};
74 *{$callpkg.'::is_strict'} = \&{$CLASS.'::is_strict'}
75 unless defined(&{$callpkg.'::is_strict'});
79 *{$callpkg.'::is_lax'} = \&{$CLASS.'::is_lax'}
80 unless defined(&{$callpkg
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Exporter/lib/Exporter/
H A DHeavy.pm65 my($pkg, $callpkg, @imports) = @_;
194 warn "Importing into $callpkg from $pkg: ",
199 (*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
203 *{"${callpkg}::$sym"} =
218 my $callpkg = caller($level);
219 $pkg->export($callpkg, @_);
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DError.pm24 my $callpkg = caller;
29 *{$callpkg."::$sym"} = $actual;
/openbsd-current/gnu/usr.bin/perl/lib/
H A DFileHandle.pm71 my $callpkg = caller;
73 Exporter::export($pkg, $callpkg, @_);
81 Exporter::export('Fcntl', $callpkg);
/openbsd-current/usr.bin/libtool/LT/
H A DGetopt.pm204 my $callpkg = ref($self);
207 *{$callpkg."::$access"} = $actual;
/openbsd-current/gnu/usr.bin/perl/ext/File-DosGlob/lib/File/
H A DDosGlob.pm200 my $callpkg = ($sym =~ s/^GLOBAL_//s ? 'CORE::GLOBAL' : caller(0));
201 *{$callpkg.'::'.$sym} = \&{$pkg.'::'.$sym} if $sym eq 'glob';
/openbsd-current/gnu/usr.bin/perl/cpan/AutoLoader/lib/
H A DAutoLoader.pm138 my $callpkg = caller;
147 *{ $callpkg . '::AUTOLOAD' } = \&AUTOLOAD;
163 (my $calldir = $callpkg) =~ s#::#/#g;
192 my $callpkg = caller;
197 my $symname = $callpkg . '::' . $exported;
/openbsd-current/gnu/usr.bin/perl/dist/autouse/lib/
H A Dautouse.pm32 my $callpkg = caller(0);
33 print "autouse called from $callpkg\n" if $autouse::DEBUG;
44 $closure_import_func = "${callpkg}::$func";
/openbsd-current/gnu/usr.bin/perl/dist/Exporter/lib/
H A DExporter.pm27 my $callpkg = caller($ExportLevel);
30 *{$callpkg."::import"} = \&import;
39 return export $pkg, $callpkg, @_
59 return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
63 *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DGuess.pm25 my $callpkg = caller;
28 *{"$callpkg\::$item"} = \&{"$item"};
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.pm20 my $callpkg = caller;
37 *{"$callpkg\::$sym_name"} = \&{"$stash_name$sym_name"};
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DTester.pm298 my $callpkg = caller($level);
299 $pkg->export($callpkg, @_);
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSocket.pm37 my $callpkg = caller;
38 Exporter::export 'Socket', $callpkg, @_;

Completed in 391 milliseconds