Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.443.954 Times

Mdevel freeware
 

Mdevel

Added: May 24, 2010 | Visits: 910

Devel::Cover Devel::Cover package contains code coverage metrics for Perl. SYNOPSIS perl -MDevel::Cover yourprog args cover perl -MDevel::Cover=-db,cover_db,-coverage,statement,time yourprog args To test an uninstalled module: cover -delete HARNESS_PERL_SWITCHES=-MDevel::Cover make test cover To...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (96): Devel::Cover Download

Added: May 09, 2010 | Visits: 725

Devel::TraceLoad Devel::TraceLoad is a Perl module to trace loadings of Perl Programs. # with perldb perl -d:TraceLoad script.pl # without perldb perl -MDevel::TraceLoad script.pl # without perldb and with options perl -MDevel::TraceLoad=after,path script.pl # with perldb and options perl -d:TraceLoad...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (88): Devel::TraceLoad Download

Added: March 13, 2010 | Visits: 731

Devel::Modlist Devel::Modlist is a Perl extension to collect module use information. SYNOPSIS perl -d:Modlist script.pl The Devel::Modlist utility is provided as a means by which to get a quick run-down on which libraries and modules are being utilized by a given script. Just as compiler systems like gcc...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (92): Devel::Modlist Download

Added: July 11, 2010 | Visits: 547

Devel::LeakTrace Devel::LeakTrace is a Perl module to indicate where leaked variables are coming from. SYNOPSIS perl -MDevel::LeakTrace -e { my $foo; $foo = $foo } leaked SV(0x528d0) from -e line 1 leaked SV(0x116a10) from -e line 1 Based heavily on Devel::Leak, Devel::LeakTrace uses the pluggable runops...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): Devel::LeakTrace Download

Added: October 06, 2010 | Visits: 713

Devel::TrackObjects Devel::TrackObjects is a Perl module to track use of objects. SYNOPSIS cmdline perl -MDevel::TrackObjects=/^IO::/ server.pl inside use Devel::TrackObjects qr/^IO::/; use Devel::TrackObjects -verbose; use IO::Socket; ... my $sock = IO::Socket::INET->new... ......


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Devel::TrackObjects Download

Added: November 03, 2013 | Visits: 236

Devel::FakeOSName Devel::FakeOSName is a module to make Perl think it runs on a different OS. SYNOPSIS # build us Makefile for aix perl -MDevel::FakeOSName=aix Makefile.PL Sometimes your code includes code specific to an OS that you don't have an access to, but you want to see what happens if it was to run on...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (46): Devel::FakeOSName Download

Added: June 28, 2013 | Visits: 520

Devel::Arena Inspect the arena structures that perl uses for SV allocation. HARNESS_PERL_SWITCHES=-MDevel::Arena=write_stats_at_END make test EXPORT None by default. * sv_stats [DONT_SHARE] Returns a hashref giving stats derived from inspecting the SV heads via the arena pointers. Details of the...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (39): Devel::Arena Download