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 UTCFrom 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 UTCFor 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 UTCUsually 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 UTCThis 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.36 - 19 May 2020 13:39:00 UTCThis 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 UTCDevel::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 UTCDevel::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 UTCThe 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 UTCDevel::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. Some notes/caveats: Devel::EndStats s...
PERLANCAR/Devel-EndStats-0.20 - 26 Mar 2015 06:08:37 UTCThe "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 UTCThis 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*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 UTCWhen 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 UTCTAP 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 UTCANDYA/Devel-TraceLoad-1.04 - 15 Jun 2009 12:54:58 UTC
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 UTCEWILHELM/Devel-TraceDeps-v0.0.3 - 31 Jan 2009 19:54:02 UTC
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