Searched defs:Devel (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Devel/
H A Dswitchd.pm1 package Devel::switchd;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm5 Devel::DProf - a Perl code profiler
13 The Devel::DProf package is a Perl code profiler. This will collect
104 + & Devel::DProf::write
106 - & Devel::DProf::write
125 When Devel::DProf finds a call to an C<&AUTOLOAD> subroutine it looks at the
141 Builtin functions cannot be measured by Devel::DProf.
158 last(LABEL) or next(LABEL) then perl may crash or Devel::DProf will die
161 panic: Devel::DProf inconsistent subroutine return
163 For example, this code will break under Devel::DProf:
185 package Devel
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm1 package Devel::PPPort;
5 Devel::PPPort - Perl/Pollution/Portability
9 Devel::PPPort::WriteFile() ; # defaults to ./ppport.h
10 Devel::PPPort::WriteFile('someheader.h') ;
32 How to use ppport.h: Don't direct the user to download C<Devel::PPPort>,
34 copy of C<ppport.h> that you can find (probably in C<Devel::PPPort>
38 C<Devel::PPPort> contains a single function, called C<WriteFile>. It's
145 Version 1.x of Devel::PPPort was written by Kenneth Albanowski.
156 package Devel::PPPort;
171 bootstrap Devel
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm0 # Devel::Peek - A data debugging tool for the XS programmer
4 package Devel::Peek;
19 XSLoader::load 'Devel::Peek';
42 local($Devel::Peek::dump_ops)=1;
72 Devel::Peek - A data debugging tool for the XS programmer
76 use Devel::Peek;
82 use Devel::Peek ':opd=st';
86 Devel::Peek contains functions which allows raw Perl datatypes to be
97 Devel::Peek supplies a C<Dump()> function which can dump a raw Perl
101 C<CV>. Devel
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm1 package Devel::SelfStubber;
11 # perl -e 'use Devel::SelfStubber;Devel::SelfStubber->stub(MODULE_NAME,LIB)'
13 # perl -e 'use Devel::SelfStubber;Devel::SelfStubber->stub('Math::BigInt')'
15 # Setting $Devel::SelfStubber::JUST_STUBS to 0 will print out the whole
80 Devel::SelfStubber - generate stubs for a SelfLoading module
86 use Devel::SelfStubber;
87 Devel::SelfStubber->stub('MODULENAME','MY_LIB_DIR');
91 use Devel
[all...]

Completed in 28 milliseconds