The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Devel::Loaded"

Devel::Loaded - Post-execution dump of loaded modules River stage one • 1 direct dependent • 1 total dependent

The Devel::Loaded module installs an at-exit handler to generate a dump of all the module files used by a Perl program. If used in conjunction with a *perl -c*, you find those files loaded in at compile time with "use". If you are willing to wait unt...

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC

Devel::EndStats::LoadedMods - Display loaded modules and their versions at the end of program run River stage one • 1 direct dependent • 1 total dependent

This module installs an END block to dump a list of loaded modules with their versions. It simply lists the content of %INC keys, with versions taken from corresponding $VERSION package variables. The output is easily diff-able. I first wrote this to...

PERLANCAR/Devel-EndStats-LoadedMods-0.03 - 09 Oct 2014 17:07:24 UTC

Devel::DLMProf - dynamid loaded modules detector River stage zero No dependents

Devel::DLMProf is dynamic loaded modules detector....

KITANO/Devel-DLMProf-0.05 - 16 Mar 2009 15:05:42 UTC

Devel::TraceDeps - track loaded modules and objects River stage zero No dependents

EWILHELM/Devel-TraceDeps-v0.0.3 - 31 Jan 2009 19:54:02 UTC

Devel::Loading - Run code before each module is loaded River stage zero No dependents

Putting coderefs into @INC is pretty sick and wrong. But sometimes you just need to know, you know?...

SARTAK/Devel-Loading-0.01 - 21 Mar 2009 13:40:51 UTC

Devel::VersionDump - Dump loaded module versions to the console River stage zero No dependents

This module prints a sorted list of modules used by your program to stdout. It does this by walking %INC in Perl's "INIT" phase....

RHOELZ/Devel-VersionDump-0.02 - 14 Jan 2011 20:54:14 UTC

Devel::Leak::Module - Track loaded modules and namespaces River stage one • 1 direct dependent • 1 total dependent

Devel::Leak::Module is a simple little convenience module for tracking module, package and namespace creation. The synopsis code above describes pretty much the main way that it works....

ADAMK/Devel-Leak-Module-0.02 - 03 Feb 2012 09:17:31 UTC

Devel::MAT - Perl Memory Analysis Tool River stage one • 3 direct dependents • 3 total dependents

A "Devel::MAT" instance loads a heapdump file, and provides a container to store analysis tools to work on it. Tools may be provided that conform to the Devel::MAT::Tool API, which can help analyse the data and interact with the explorer user interfa...

PEVANS/Devel-MAT-0.53 - 07 Mar 2024 17:57:32 UTC

Devel::Kit - Handy toolbox of things to ease development/debugging. River stage zero No dependents

From one line data dumping sanity checks to debug print statements in a large body of code I often found myself reinventing these basic solutions. Hence this module was born to help give a host of functions/functionality with a minimum of typing/effo...

DMUEY/Devel-Kit-0.82 - 23 Oct 2020 17:11:22 UTC

Devel::GDB - Open and communicate a gdb session River stage one • 1 direct dependent • 1 total dependent

The "Devel::GDB" package provides an interface for communicating with GDB. Internally, it uses the *GDB/MI* interpreter (see <http://sourceware.org/gdb/current/onlinedocs/gdb_25.html>), which accurately informs the caller of the program state and, th...

JEZRA/Devel-GDB-2.02 - 28 Jan 2008 21:33:45 UTC

Devel::Hide - Forces the unavailability of specified Perl modules (for testing) River stage three • 14 direct dependents • 330 total dependents

Given a list of Perl modules/filenames, this module makes "require" and "use" statements fail (no matter the specified files/modules are installed or not). They *die* with a message like: Can't locate Module/ToHide.pm in @INC (hidden) The original in...

DCANTRELL/Devel-Hide-0.0015 - 28 Sep 2021 22:45:29 UTC

Devel::REPL - A modern perl interactive shell River stage two • 23 direct dependents • 34 total dependents

This is an interactive shell for Perl, commonly known as a REPL - Read, Evaluate, Print, Loop. The shell provides for rapid development or testing of code without the need to create a temporary source code file. Through a plugin system, many features...

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

Devel::ebug - A simple, extensible Perl debugger River stage one • 4 direct dependents • 6 total dependents

A debugger is a computer program that is used to debug other programs. Devel::ebug is a simple, extensible Perl debugger with a clean API. Using this module, you may easily write a Perl debugger to debug your programs. Alternatively, it comes with an...

PLICEASE/Devel-ebug-0.64 - 10 Jul 2021 21:45:00 UTC

Devel::FIXME - Semi intelligent, pending issue reminder system. River stage zero No dependents

Usually we're too busy to fix things like circular refs, edge cases and so forth when we're spewing code into the editor. This is because concentration is usually too valuable a resource to throw to waste over minor issues. But that doesn't mean the ...

NHORNE/Devel-FIXME-0.02 - 22 Sep 2020 23:42:16 UTC

Devel::Cover - Code coverage metrics for Perl River stage three • 61 direct dependents • 117 total dependents

This module provides code coverage metrics for Perl. Code coverage metrics describe how thoroughly tests exercise code. By using Devel::Cover you can discover areas of code not exercised by your tests and determine which tests to create to increase c...

PJCJ/Devel-Cover-1.40 - 30 Apr 2023 18:51:14 UTC

Devel::DTrace - Enable dtrace probes for subroutine entry, exit River stage zero No dependents

This module is alpha. Use with care. Expect problems. Report bugs. Sun's dtrace tool is currently supplied with Solaris and Mac OS 10.5. It allows probes to be attached to a running executable so that debug information may be gathered. This module pr...

ANDYA/Devel-DTrace-0.11 - 07 Mar 2009 22:48:32 UTC

Devel::SizeMe - Extension for extracting detailed memory usage information River stage zero No dependents

NOTE: This is all rather alpha and anything may change. The functions traverse memory structures and return the total memory size in bytes. See Devel::Size for more information. If the "SIZEME" env var is set then the functions also stream out detail...

TIMB/Devel-SizeMe-0.19 - 05 Sep 2013 20:58:51 UTC

Devel::Chitin - Programmatic interface to the Perl debugging API River stage zero No dependents

This class exposes the Perl debugging facilities as an API useful for implementing debuggers, tracers, profilers, etc so they can all benefit from common code. Devel::Chitin is not a usable debugger per se. It has no mechanism for interacting with a ...

BRUMMETT/Devel-Chitin-0.22 - 02 Dec 2022 04:02:32 UTC

Devel::Events - Extensible instrumentation framework River stage one • 5 direct dependents • 6 total dependents

Devel::Events is an event generation, filtering and analaysis framework for instrumenting and auditing perl code. The design's purpose is to decouple the mechanics of code instrumentation from the analysis, making it easier to write debugging/profili...

ETHER/Devel-Events-0.09 - 27 Mar 2018 01:02:58 UTC

Devel::Unstate - Disable 'state' keyword statelessness River stage zero No dependents

This module makes all state variables behave as if they were my variables. This can be useful for testing, when you cache some data in your application, but want to get fresh values on each test iteration. The effect of "Devel::Unstate" is global. Bu...

RANDIR/Devel-Unstate-0.01 - 16 Oct 2015 22:36:02 UTC
93 results (0.044 seconds)