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

Search results for "smart::Comments"

Smart::Comments - Comments that do more than just sit there River stage two • 64 direct dependents • 96 total dependents

Smart comments provide an easy way to insert debugging and tracking code into a program. They can report the value of a variable, track the progress of a loop, and verify that particular assertions are true. Best of all, when you're finished debuggin...

NEILB/Smart-Comments-1.06 - 24 Oct 2015 21:30:08 UTC - Search in distribution

Smart::Comments::Log4perl - An extension of Smart::Comments to utilize Log::Log4perl for all output River stage zero No dependents

AKBAR/Smart-Comments-Log4perl-1.002 - 14 Jul 2015 20:17:53 UTC - Search in distribution

Test::NoSmartComments - Make sure no Smart::Comments escape into the wild River stage one • 4 direct dependents • 9 total dependents

Smart::Comments are great. However, letting smart comments escape into the wilds of the CPAN is just dumb. This package provides a simple way to test for smart comments _before_ they get away!...

RSRCHBOY/Test-NoSmartComments-0.005 - 03 Dec 2014 03:47:42 UTC - Search in distribution

Dist::Zilla::Plugin::NoSmartCommentsTests - Make sure no Smart::Comments escape into the wild River stage one • 2 direct dependents • 5 total dependents

This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following file: xt/release/no-smart-comments.t - test to ensure no Smart::Comments...

RSRCHBOY/Dist-Zilla-Plugin-NoSmartCommentsTests-0.009 - 10 Oct 2016 00:07:19 UTC - Search in distribution

disable_smart_comments - Disable Smart::Comments in source files River stage one • 1 direct dependent • 1 total dependent

disable_smart_comments will disable (comment the use Smart::Comments) Smart::Comments in input file(s) store under the distdir directory....

YBLUSSEAU/POE-Component-Server-BigBrother-0.08 - 13 Apr 2010 15:56:34 UTC - Search in distribution

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 - Search in distribution

ec - Mail reader and composer for Unix and Perl/Tk. River stage zero No dependents

Ec can send and receive mail to and from remote POP3 and SMTP servers, or route mail using sendmail, qmail, or exim. Ec can filter and store incoming messages in user configurable folders. With no additional configuration, ec routes mail to the Incom...

RKIES/ec-1.28 - 03 Mar 2004 01:25:04 UTC - Search in distribution

Git - Perl interface to the Git version control system River stage two • 11 direct dependents • 19 total dependents

[MAINTAINER NOTE: This is Git.pm, plus the other files in the perl/Git directory, from github's git/git, which is a mirror of the git source. I (cpan msouth, or current maintainer) update the VERSION string (necessary on CPAN because of another CPAN ...

MSOUTH/Git-0.42 - 10 Oct 2017 00:27:47 UTC - Search in distribution

perlop - Perl operators and precedence River stage five • 11292 direct dependents • 32664 total dependents

In Perl, the operator determines what operation is performed, independent of the type of the operands. For example "$x + $y" is always a numeric addition, and if $x or $y do not contain numbers, an attempt is made to convert them to numbers first. Th...

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

oodist - create perl distributions with OODoc River stage zero No dependents

The "oodist" script is currently only usable on UNIX in combination with Makefile.PL. It is a smart wrapper around the OODoc module, to avoid start work to produce real POD for modules which use OODoc's POD extensions. HTML is not (yet) supported. Co...

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC - Search in distribution

Fsdb - a flat-text database for shell scripting River stage zero No dependents

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC - Search in distribution

Smil - Perl extension for dynamic generation of SMIL files. River stage zero No dependents

This module provides an object oriented interface to generation of SMIL (Synchronized Multimedia Integration Language) files. Creating a simple SMIL file is as simple as this script: use Smil; $s = new Smil; print $s->header; # Remember MIME header i...

CDAWSON/Smil-0.898 - 19 Mar 2005 07:52:05 UTC - Search in distribution

hypertoc - generate a table of contents for HTML documents River stage zero No dependents

hypertoc allows you to specify "significant elements" that will be hyperlinked to in a "Table of Contents" (ToC) for a given set of HTML documents. Basically, the ToC generated is a multi-level level list containing links to the significant elements....

RUBYKAT/HTML-GenToc-3.20 - 02 Apr 2011 07:38:09 UTC - Search in distribution

Games::Object - Provide a base class for game objects River stage zero No dependents

Using Games::Object as a base class This is the optimal way to use Games::Object. You define a game object class of your own as a subclass of Games::Object. In your constructor, you create a Games::Object classed object first, then re-bless it into y...

PSTEWART/Games-Object-0.11 - 16 Oct 2003 05:03:53 UTC - Search in distribution

perloptree - The Perl op tree River stage zero No dependents

Various material about the internal Perl compilation representation during parsing and optimization, before the actual execution begins, represented as "B" objects, the "B" op tree. The well-known perlguts.pod focuses more on the internal representat...

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution

PBib River stage zero No dependents

PTANDLER/Bundle-PBib-2.08.01 - 20 Sep 2005 11:52:02 UTC - Search in distribution

perlfaq - Frequently asked questions about Perl River stage zero No dependents

The perlfaq comprises several documents that answer the most commonly asked questions about Perl and Perl programming. It's divided by topic into nine major sections outlined in this document. Where to find the perlfaq The perlfaq is an evolving docu...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Win32::RASE - managing dialup entries and network connections on Win32 River stage zero No dependents

This module is a collection of subroutines. As their names are very long and specific and almost each corresponds to a Win32 API call I decided to export a lot of them by default. Everything is exported except those subs that are claimed as non-expor...

MBLAZ/Win32-RASE-1.01 - 09 Mar 2000 00:11:15 UTC - Search in distribution

IO::Lambda - non-blocking I/O as lambda calculus River stage one • 4 direct dependents • 4 total dependents

This module is another attempt to fight the horrors of non-blocking I/O. It tries to bring back the simplicity of the declarative programming style, that is only available when one employs threads, coroutines, or co-processes. Usually coding non-bloc...

KARASIK/IO-Lambda-1.33 - 15 Apr 2024 08:40:01 UTC - Search in distribution

PDL::Indexing - Introduction to indexing and slicing ndarrays. River stage three • 93 direct dependents • 101 total dependents

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution
143 results (0.117 seconds)