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

Search results for "mcmahon"

ack - grep-like text finder River stage two • 24 direct dependents • 28 total dependents

ack is designed as an alternative to grep for programmers. ack searches the named input FILEs or DIRECTORYs for lines containing a match to the given PATTERN. By default, ack prints the matching lines. If no FILE or DIRECTORY is given, the current di...

PETDANCE/ack-v3.7.0 - 27 Feb 2023 14:52:52 UTC - Search in distribution

perl5380delta - what is new for perl v5.38.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.36.0 release and the 5.38.0 release....

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

simple_scan - scan a set of Web pages for strings present/absent River stage one • 6 direct dependents • 6 total dependents

"simple_scan" is an extensible "little language" for static web page testing. It allows you to define tests in terms of *test specs* (which tell "simple_scan" where to go and what to look for there) and *pragmas* (which define string substitutions, o...

MCMAHON/App-SimpleScan-3.01 - 08 Jun 2010 22:03:37 UTC - Search in distribution

tap2junit - Converts TAP output to JUnit River stage one • 6 direct dependents • 6 total dependents

"tap2junit" converts TAP output to JUnit. Give it a list of files containing TAP results and it will create a series of ????.junit.xml output files containing the JUnit representations of that TAP contained in the files. If you specify - as the filen...

GTERMARS/TAP-Formatter-JUnit-0.16 - 15 May 2022 04:51:12 UTC - Search in distribution

tap2junit - Converts TAP output to JUnit River stage zero No dependents

"tap2junit" converts TAP output to JUnit. Give it a list of files containing TAP results and it will create a series of ????.junit.xml output files containing the JUnit representations of that TAP contained in the files. If you specify - as the filen...

ATKACH/TAP-Formatter-JUnitREGRU-0.13 - 24 Feb 2021 11:59:26 UTC - Search in distribution

Symbol::Glob - remove items from the symbol table, painlessly River stage zero No dependents

"Symbol::Glob" provides a simple interface to manipulate Perl's symbol table. You can define and undefine symbol table entries for scalars, arrays, hashes, and subs via simple method calls. This module does not (currently) attempt to mess with fileha...

MCMAHON/Symbol-Glob-0.04 - 07 Dec 2020 19:39:37 UTC - Search in distribution

GraphViz::Data::Structure - Visualise data structures River stage one • 1 direct dependent • 1 total dependent

This module makes it easy to visualise data structures, even recursive or circular ones. It is provided as an alternative to GraphViz::Data::Grapher. Differences: "GraphViz::Data::Structure" handles structures of arbitrary depth and complexity, autom...

MCMAHON/GraphViz-Data-Structure-0.20 - 15 Jan 2019 22:48:52 UTC - Search in distribution

Test::WWW::Simple - Test Web applications using TAP River stage one • 1 direct dependent • 7 total dependents

"Test::WWW::Simple" is a very basic class for testing Web applications and Web pages. It uses WWW::Mechanize to fetch pages, and Test::Builder to implement TAP (Test Anything Protocol) for the actual testing. Since we use Test::Builder for the "page_...

MCMAHON/Test-WWW-Simple-0.40 - 07 Dec 2020 22:37:59 UTC - Search in distribution

Devel::Command - Perl extension to automatically load and register debugger command extensions River stage one • 1 direct dependent • 1 total dependent

"Devel::Command" provides a simple means to extend the Perl debugger with custom commands. It uses "Module::Pluggable" to locate the command modules, and installs these into a debugger global (%DB::commands). It then searches the "Devel::Command::DBS...

MCMAHON/Devel-Command-0.11 - 25 Feb 2008 22:46:25 UTC - Search in distribution

URI::ImpliedBase - magically force all URIs to be absolute River stage zero No dependents

This module is a drop-in replacement for URI. It wraps the new() method with some extra code which automatically captures either the base of the supplied URI (if it is absolute), or supplies the current base to "URI-"new_abs()> (if it is relative). I...

MCMAHON/URI-ImpliedBase-0.08 - 08 Jul 2012 18:29:34 UTC - Search in distribution

Acme::stickpin - The great new Acme::stickpin! River stage zero No dependents

STICKPIN/Acme-stickpin-0.02 - 13 Jun 2012 20:18:15 UTC - Search in distribution

Test::XML::Simple - easy testing for XML River stage zero No dependents

"Test::XML::Simple" is a very basic class for testing XML. It uses the XPath syntax to locate nodes within the XML. You can also check all or part of the structure vs. an XML fragment. All routines accept as first argument string with XML or XML::Lib...

MCMAHON/Test-XML-Simple-1.05 - 03 Jan 2017 19:21:33 UTC - Search in distribution

Date::PeriodParser - Turns English descriptions into time periods River stage zero No dependents

"Date::PeriodParser" provides a means of interpreting vague descriptions of dates as actual, meaningful date values by taking a shot at interpreting the meaning of the supplied descriptive phrase, generating a best-guess before-and-after estimate of ...

MCMAHON/Date-PeriodParser-0.17 - 26 Jan 2013 09:46:51 UTC - Search in distribution

TAP::Formatter::Bamboo - Harness output delegate for Atlassian's Bamboo CI server River stage zero No dependents

"TAP::Formatter::Bamboo" provides JUnit output formatting for "TAP::Harness", which can be used in Atlassian's Bamboo CI server. This module is based on TAP::Formatter::JUnit by Graham TerMarsch <cpan@howlingfrog.com>, main differences are: * if envi...

STARLIGHT/TAP-Formatter-Bamboo-0.04 - 28 Apr 2016 09:42:33 UTC - Search in distribution

WWW::Mechanize::Pluggable - A WWW::Mechanize that's custmomizable via plugins River stage two • 9 direct dependents • 14 total dependents

This module provides all of the same functionality of "WWW::Mechanize", but adds support for *plugins* using "Module::Pluggable"; this means that any module named "WWW::Mechanize::Plugin::*whatever...*" will be found and loaded when "WWW::Mechanize::...

MCMAHON/WWW-Mechanize-Pluggable-1.14 - 01 Feb 2019 18:31:43 UTC - Search in distribution

Tie::Hash::MultiValue - store multiple values per key River stage one • 1 direct dependent • 6 total dependents

"Tie::Hash::MultiValue" allows you to have hashes which store their values in anonymous arrays, appending any new value to the already-existing ones. This means that you can store as many items as you like under a single key, and access them all at o...

MCMAHON/Tie-Hash-MultiValue-1.06 - 19 Feb 2020 22:33:52 UTC - Search in distribution

WWW::Mechanize::Plugin::Cache - Automatic request caching for WWW::Mechanize::Pluggable River stage one • 1 direct dependent • 1 total dependent

This plugin adds caching functionality to "WWW::Mechanize::Pluggable". It duplicates the functionality of "WWW::Mechanize::Cached"; you can have "WWW::Mechanize::Pluggable" set up the cache for you, or reuse a previously-filled cache....

MCMAHON/WWW-Mechanize-Plugin-Cache-0.06 - 11 Jul 2011 20:11:47 UTC - Search in distribution

SOAP::DateTime - Support for converting dates to xsd:dateTime format River stage one • 1 direct dependent • 1 total dependent

"SOAP::DateTime" converts dates into the format required by the "xsd:dateTime" type....

MCMAHON/SOAP-DateTime-0.02 - 31 Aug 2005 23:48:37 UTC - Search in distribution

Acme::Geo::Whitwell::Name - Steadman Whitwell's "rational geographic nomenclature" River stage zero No dependents

This module implements Steadman Whitwell's "rational system of geographic nomenclature", in which place names are generated by converting the latitude and longitude of the location into a two-part name by means of a transliteration scheme. Whitwell d...

MCMAHON/Acme-Geo-Whitwell-Name-0.04 - 27 Feb 2011 17:28:44 UTC - Search in distribution

Test::Tail::Multi - execute code, monitor dynamic file contents River stage zero No dependents

"Test::Tail::Multi" allows you to create tests or test classes that permit you to monitor the contents of one or more files a la <tail -f> using the nice "File::Tail" module. You can execute arbitrary code and then run tests versus the new content in...

MCMAHON/Test-Tail-Multi-0.06 - 13 Jul 2011 04:42:35 UTC - Search in distribution
34 results (0.029 seconds)