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

Search results for "module:Devel::Cycle"

Devel::Cycle - Find memory cycles in objects River stage three • 16 direct dependents • 776 total dependents

This is a simple developer's tool for finding circular references in objects and other types of references. Because of Perl's reference-count based memory management, circular references will cause memory leaks. EXPORT The find_cycle() and find_weake...

LDS/Devel-Cycle-1.12 - 14 Nov 2014 13:59:23 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::Peek - A data debugging tool for the XS programmer River stage five • 11292 direct dependents • 32664 total dependents

Devel::Peek contains functions which allows raw Perl datatypes to be manipulated from a Perl script. This is used by those who do XS programming to check that the data they are sending from C to Perl looks as they think it should look. The trick, the...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

Devel::Peek - A data debugging tool for the XS programmer River stage five • 11292 direct dependents • 32664 total dependents

Devel::Peek contains functions which allows raw Perl datatypes to be manipulated from a Perl script. This is used by those who do XS programming to check that the data they are sending from C to Perl looks as they think it should look. The trick, the...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

Devel::Timer - Track and report execution time for parts of code River stage one • 1 direct dependent • 1 total dependent

Devel::Timer allows developers to accurately time how long a specific piece of code takes to execute. This can be helpful in locating the slowest parts of an existing application. First, the Devel::Timer module is used and instantiated. use Devel::Ti...

MANWAR/Devel-Timer-0.14 - 08 Oct 2022 04:00:41 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::Gladiator - Walk Perl's arena River stage one • 2 direct dependents • 2 total dependents

Devel::Gladiator iterates Perl's internal memory structures and can be used to enumerate all the currently live SVs. This can be used to hunt leaks and to profile memory usage....

ETHER/Devel-Gladiator-0.08 - 11 Jun 2020 17:44:41 UTC

Devel::GC::Helper - Perl extension for finding unused variables River stage zero No dependents

This module walks the entire perl space, from main:: and notes what it has found, then it walks all SVs that are active and tells you which ones are potential leaks. EXPORT None by default. sweep() Returns an arrayref of references to all containers ...

ABERGMAN/Devel-GC-Helper-0.25 - 07 Aug 2006 19:41:10 UTC

Devel::CoverX::Covered - Collect and report caller (test file) and covered (source file) statistics from the cover_db River stage one • 1 direct dependent • 1 total dependent

Dealing with large code bases and large test suites When a test suite grows as a team of developers implement new features, knowing exactly which test files provide test coverage for which parts of the application becomes less and less obvious. This ...

JOHANL/Devel-CoverX-Covered-0.016 - 11 Oct 2014 12:36:58 UTC

Devel::Events::Objects - Object tracking support for Devel::Events River stage one • 2 direct dependents • 3 total dependents

This package provides an event generator and a handler for Devel::Events, that facilitate leak checking. There are two components of this module: Devel::Events::Generator::Objects, and Devel::Events::Handler::ObjectTracker. The first one uses some tr...

NUFFIN/Devel-Events-Objects-0.05 - 21 Jun 2008 18:10:42 UTC

Devel::Tinderbox::Reporter - Client to send reports to Tinderbox River stage zero No dependents

Tinderbox collects and summaries build and test reports from many developers on many machines. This is a simple client for testers to make reports to Tinderbox servers. Starting off First thing, you need a Devel::Tinderbox::Reporter object. new my $r...

MSCHWERN/Devel-Tinderbox-Reporter-0.10 - 02 Oct 2001 21:27:34 UTC
11 results (0.03 seconds)