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

Search results for "module:Devel::Required"

Devel::Required - automatic update of required modules documentation River stage two • 5 direct dependents • 10 total dependents

The Devel::Required module only serves a purpose in the development environment of an author of a CPAN module (or more precisely: a user of the ExtUtils::MakeMaker module). It makes sure that any changes to the required modules specified in the Makef...

LNATION/Devel-Required-0.16 - 04 May 2020 17:47:31 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::Stub - stub some methods for development purpose River stage zero No dependents

For example, when you develop a webapp,you'd like to develop views and/or controllers using stubbed model modules which can return expected data. This module helps it. * With this module,you can stub some methods on exisiting moudle * This module add...

SAWAMUR/Devel-Stub-v0.02 - 03 Dec 2012 13:33:22 UTC

Devel::Scope - Scope based debug River stage zero No dependents

XXFELIXXX/Devel-Scope-0.12 - 17 Feb 2018 09:02:54 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::Pragma - helper functions for developers of lexical pragmas River stage one • 2 direct dependents • 7 total dependents

This module provides helper functions for developers of lexical pragmas (and a few functions that may be useful to non-pragma developers as well). Pragmas can be used both in older versions of perl (from 5.8.1), which had limited support, and in the ...

CHOCOLATE/Devel-Pragma-1.1.0 - 01 Jul 2016 13:40:31 UTC

Devel::WxProf - heavy-weight subroutine profiler and graphical profile analyzer River stage zero No dependents

Devel::WxProf package is a heavy-weight subroutine profiler for perl. It collects information on the execution time of a Perl script - more specifically: on the subs called from that script. To profile a Perl script run the perl interpreter with the ...

MKUTTER/Devel-WxProf-0.0.1 - 14 Apr 2008 19:27:41 UTC

Devel::Plumber - memory leak finder for C programs River stage zero No dependents

Devel::Plumber is a memory leak finder for C programs, implemented in Perl. It uses GDB to walk internal glibc heap structures, so it can work on either a live process or a core file. Devel::Plumber treats the C heap of the program under test as a co...

GNB/Devel-Plumber-0.3.4 - 21 Dec 2011 05:26:05 UTC

Devel::Profile - tell me why my perl program runs so slowly River stage one • 1 direct dependent • 1 total dependent

The Devel::Profile package is a Perl code profiler. This will collect information on the execution time of a Perl script and of the subs in that script. This information can be used to determine which subroutines are using the most time and which sub...

JAW/Devel-Profile-1.05 - 08 Mar 2007 05:04:09 UTC

Catalyst::Devel - Catalyst Development Tools River stage two • 27 direct dependents • 38 total dependents

The "Catalyst-Devel" distribution includes a variety of modules useful for the development of Catalyst applications, but not required to run them. This is intended to make it easier to deploy Catalyst apps. The runtime parts of Catalyst are now known...

HAARG/Catalyst-Devel-1.42 - 11 Sep 2020 12:33:48 UTC

Devel::EndStats - Display run time and dependencies after running code River stage one • 2 direct dependents • 2 total dependents

Devel::EndStats runs in the END block, displaying various statistics about your program, such as: * how many seconds the program ran; * how many required files and total number of lines loaded (from %INC); * etc. It works by installing a hook in @INC...

PERLANCAR/Devel-EndStats-0.212 - 27 Jun 2023 00:06:12 UTC

Devel::PeekPoke - All your bytes are belong to us River stage zero No dependents

This module provides a toolset for raw memory manipulation (both reading and writing), together with some tools making it easier to examine memory chunks. All provided routines expect memory addresses as regular integers (not as their packed represen...

RURBAN/Devel-PeekPoke-0.04 - 01 Sep 2014 11:01:49 UTC

Devel::Comments - Debug with executable smart comments to logs River stage zero No dependents

*I get the feeling that the computer just skips over all the comments.* -- a grad student Devel::Comments is a source filter for your Perl code, intended to be used only during development. Specially-formatted 'smart' comments are replaced by executa...

XIONG/Devel-Comments-v1.1.4 - 07 Aug 2011 14:23:21 UTC

Devel::Decouple - Decouple code from imported functions River stage zero No dependents

When testing software it's often useful to use dummy, or 'mock', objects to represent external dependencies. This practice presupposes that the code being tested is object-oriented and can usually simply accept these objects to its constructor, i.e. ...

MCONNER/Devel-Decouple-v0.0.3 - 04 Apr 2012 22:21:47 UTC

Devel::Kit::TAP - TAP friendly version of Devel::Kit (A handy toolbox of things to ease development/debugging). River stage zero No dependents

TAP friendly (via Test::More::diag()) version of Devel::Kit. See Devel::Kit for details....

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

Devel::TraceLoad - Discover which modules a Perl program loads. River stage one • 1 direct dependent • 1 total dependent

ANDYA/Devel-TraceLoad-1.04 - 15 Jun 2009 12:54:58 UTC

Devel::Deprecate - Create deprecation schedules in your code River stage zero No dependents

Many times we find ourselves needing to deprecate code or have a deadline and just don't have time to refactor. Instead of trying to remember about this, posting it to a wiki or sending an email, it's better to have an automatic way to deprecate some...

OVID/Devel-Deprecate-0.01 - 24 Apr 2008 14:38:56 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::EvalError - Reliably detect if and why eval() failed River stage one • 1 direct dependent • 2 total dependents

Although it is common to check $@ to determine if a call to "eval" failed, it is easy to make "eval" fail while leaving $@ empty. Using "Devel::EvalError" encourages you to use more reliable ways to check whether "eval" failed while also giving you a...

TYEMQ/Devel-EvalError-0.001002 - 06 Jul 2008 23:08:59 UTC
59 results (0.04 seconds)