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

Search results for "module:Devel::Comments"

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::Todo::Find - Search source code files for TODO comments River stage zero No dependents

This class helps you search your file system recursively, looking for files containing what looks like a Perl comment expressing a TODO item. This is an example of the format it looks for: # TODO: this is an example You can tell it where to look (usi...

MTHURN/Devel-Todo-Find-1.205 - 30 Apr 2017 12:38:26 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

Bundle::Devel - A bundle to install the main set of Devel:: modules River stage zero No dependents

Let's just say I'm sick of installing the Devel:: modules on at a time. This bundle installs most of the common Devel:: modules in one go. That's the basics for me, but if you want something added, just let me know, or better file a bug against the p...

ADAMK/Bundle-Devel-0.2 - 25 Nov 2003 07:41:45 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::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::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::SmallProf - per-line Perl profiler River stage one • 1 direct dependent • 2 total dependents

The Devel::SmallProf profiler is focused on the time taken for a program run on a line-by-line basis. It is intended to be as "small" in terms of impact on the speed and memory usage of the profiled program as possible and also in terms of being simp...

SALVA/Devel-SmallProf-2.02 - 11 May 2007 10:05:34 UTC

Devel::Messenger - Let Your Code Talk to You River stage one • 1 direct dependent • 1 total dependent

Do you want your program to tell you what it is doing? Send this messenger into the abyss of your code to bring back to you all the pertinent information you want. First, set notes in your code, in-line comments that start with "note" instead of "#"....

KOLIBRIE/Devel-Messenger-0.02 - 02 May 2008 14:20:32 UTC

Devel::Cover::Op - B::Concise with coverage data River stage three • 61 direct dependents • 117 total dependents

This module works as if calling B::Concise but also outputs coverage information. Its primary purpose is to aid in the development of Devel::Cover. See comments in Cover.xs (especially set_conditional()) to aid in interpreting the output....

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

Devel::DidYouMean - Intercepts failed function and method calls, suggesting the nearest matching alternative. River stage zero No dependents

SILLYMOOS/Devel-DidYouMean-0.05 - 04 Nov 2014 02:55:36 UTC

Devel::PerlySense - Perl IDE backend with Emacs frontend River stage zero No dependents

PerlySense is a Perl IDE backend that integrates with editor frontends, currently Emacs. (While no one has written a Vim frontend, PerlySense can emit Vim style data structures.) Conveniently navigate and browse the code and documentation of your pro...

JOHANL/Devel-PerlySense-0.0221 - 30 Aug 2019 08:12:04 UTC

Devel::Tokenizer::C - Generate C source for fast keyword tokenizer River stage zero No dependents

The Devel::Tokenizer::C module provides a small class for creating the essential ANSI C source code for a fast keyword tokenizer. The generated code is optimized for speed. On the ANSI-C keyword set, it's 2-3 times faster than equivalent code generat...

MHX/Devel-Tokenizer-C-0.11 - 17 Apr 2018 19:57:46 UTC

Devel::PreProcessor - Module inlining and other Perl source manipulations River stage zero No dependents

This package processes Perl source files and outputs a modified version acording to several user-setable option flags, as detailed below. Each of the flag names listed below can be used as above, with a hyphen on the command line, or as one of the ar...

EVO/Devel-PreProcessor-2003.1128 - 29 Nov 2003 01:35:04 UTC

Devel::StealthDebug - Simple non-intrusive debug module River stage zero No dependents

The Story This module started as a joke called "Psychorigid.pm". Following a discussion with a JAVA zealot (hi Gloom) I coded a short module using Filter::Simple to show that strong type checking and other missing features could be added easily to Pe...

AASSAD/Devel-StealthDebug-1.008 - 03 Nov 2002 16:20:27 UTC

Devel::GraphVizProf - per-line Perl profiler (with graph output) River stage two • 29 direct dependents • 40 total dependents

NOTE: This module is a hack of Devel::SmallProf by Ted Ashton. It has been modified by Leon Brocard to produce output for GraphViz, but otherwise the only thing I have done is change the name. I hope to get my patches put into the main Devel::SmallPr...

ETJ/GraphViz-2.26 - 03 Mar 2023 18:32:44 UTC

Package::Base::Devel - Perl extension for blah blah blah River stage one • 1 direct dependent • 1 total dependent

Provides the the same base functionality as Package::Base, but additionally provides automatic setup of Log::Log4perl loggging....

ALLENDAY/Package-Tools-0.03 - 03 Dec 2004 07:46:40 UTC

Devel::Comment::Output - Comment program output to your script after execution River stage zero No dependents

Devel::Comment::Output captures script outputs and embeds the outputs to the script....

MOTEMEN/Devel-Comment-Output-0.02 - 18 Aug 2012 07:33:11 UTC
24 results (0.035 seconds)