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

Search results for "piers"

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

PSGI - Perl Web Server Gateway Interface Specification River stage one • 5 direct dependents • 9 total dependents

MIYAGAWA/PSGI-1.102 - 24 Jul 2013 20:13:37 UTC - Search in distribution

Acme::EyeDrops - Visual Programming in Perl River stage one • 1 direct dependent • 1 total dependent

"Acme::EyeDrops" converts a Perl program into an equivalent one, but without all those unsightly letters and numbers. In a Visual Programming breakthrough, EyeDrops allows you to pour the generated program into various shapes, such as UML diagrams, e...

ASAVIGE/Acme-EyeDrops-1.62 - 12 Apr 2015 06:43:50 UTC - Search in distribution

lib/Docs/US_DOD/STD490A.pm River stage zero No dependents

SOFTDIA/Docs-US_DOD-STD2167A-0.06 - 16 Sep 2003 03:56:37 UTC - Search in distribution

share::Exegesis::E05 River stage one • 2 direct dependents • 2 total dependents

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution

Test::Class - Easily create test classes in an xUnit/JUnit style River stage three • 175 direct dependents • 800 total dependents

Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder, it was designed to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.). *...

SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTC - Search in distribution

MooseX::Declare - (DEPRECATED) Declarative syntax for Moose River stage two • 42 direct dependents • 49 total dependents

This module provides syntactic sugar for Moose, the postmodern object system for Perl 5. When used, it sets up the "class" and "role" keywords. Note: Please see the "WARNING" section below!...

ETHER/MooseX-Declare-0.43 - 16 Aug 2015 03:30:50 UTC - Search in distribution

POD2::RU::PSGI River stage zero No dependents

VTI/POD2-RU-PSGI-0.003 - 10 Aug 2014 11:02:27 UTC - Search in distribution

Log::Trace - provides a unified approach to tracing River stage two • 12 direct dependents • 83 total dependents

A module to provide a unified approach to tracing. A script can "use Log::Trace qw( < mode > )" to set the behaviour of the TRACE function. By default, the trace functions are exported to the calling package only. You can export the trace functions t...

BBC/Log-Trace-1.070 - 24 Nov 2005 11:00:48 UTC - Search in distribution

Jenkins::API - A wrapper around the Jenkins API River stage one • 1 direct dependent • 1 total dependent

NEWELLC/Jenkins-API-0.18 - 22 May 2021 07:51:03 UTC - Search in distribution

Test::MockObject - Perl extension for emulating troublesome interfaces River stage three • 257 direct dependents • 527 total dependents

It's a simple program that doesn't use any other modules, and those are easy to test. More often, testing a program completely means faking up input to another module, trying to coax the right output from something you're not supposed to be testing a...

CHROMATIC/Test-MockObject-1.20200122 - 22 Jan 2020 18:48:26 UTC - Search in distribution

Class::Persist - Persistency framework for objects River stage zero No dependents

Provides the framework to persist the objects in a DB in a Class::DBI style...

RCLAMP/Class-Persist-0.02 - 23 Aug 2004 13:13:40 UTC - Search in distribution

sapnwrfc - SAP Netweaver RFC support for Perl River stage zero No dependents

sapnwrfc is an RFC based connector to SAP specifically designed for use with the next generation RFC SDK supplied by SAP for NW2004+ . The next generation RFCSDK from SAP provides a number of interesting new features. The two most important are: * UN...

PIERS/sapnwrfc-0.37 - 16 Jan 2013 02:30:35 UTC - Search in distribution

UNIX::Cal - Perl wrapper for the original cal UNIX command line tool River stage zero No dependents

UNIX::Cal is an implementation of good ol' UNIX command line cal. It is really paying homage to the original code from The Regents of the University of California and Berkeley by Kim Letkeman. As with UNIX cal, you can specify the switches to change ...

PIERS/UNIX-Cal-0.01 - 14 May 2002 16:21:17 UTC - Search in distribution

MooX::Failover - Instantiate Moo classes with failover River stage zero No dependents

This module provides constructor failover for Moo classes. For example, if a class cannot be instantiated because of invalid arguments (perhaps from an untrusted source), then instead it returns the failover class (passing the same arguments to that ...

RRWO/MooX-Failover-v0.3.3 - 05 Jan 2015 16:10:07 UTC - Search in distribution

SAP::BC::Iface - Perl extension for parsing and creating an Interface Object. The interface object would then be passed to the SAP::BC::XMLRFC object to carry out the actual call, and return of values. River stage zero No dependents

This class is used to construct a valid interface object ( SAP::BC::Iface.pm ). The constructor requires the parameter value pairs to be passed as hash key values ( see SYNOPSIS ). Generally you would not create one of these manually as it is far eas...

PIERS/SAP-BC-XMLRFC-0.06 - 08 Oct 2002 09:17:14 UTC - Search in distribution
  • SAP::BC::XMLRFC - Perl extension for performing RFC Function calls against an SAP R/3 using the Business Connector System. Please refer to the README file found with this distribution.

Test::Assertions - a simple set of building blocks for both unit and runtime testing River stage two • 12 direct dependents • 82 total dependents

Test::Assertions provides a convenient set of tools for constructing tests, such as unit tests or run-time assertion checks (like C's ASSERT macro). Unlike some of the Test:: modules available on CPAN, Test::Assertions is not limited to unit test scr...

BBC/Test-Assertions-1.054 - 11 Aug 2006 10:24:22 UTC - Search in distribution

Class::Inner - A perlish implementation of Java like inner classes River stage two • 1 direct dependent • 12 total dependents

Yet another implementation of an anonymous class with per object overrideable methods, but with the added attraction of sort of working dispatch to the parent class's method. METHODS new HASH Takes a hash like argument list with the following keys. p...

ARUNBEAR/Class-Inner-0.200001 - 21 Nov 2009 22:45:28 UTC - Search in distribution

DSL::Tiny::Role - A simple yet powerful DSL builder. River stage zero No dependents

*This is an initial release. It's all subject to rethinking. Comments welcome.* every time a language advertises "we make writing dsls easy!" i read "i'm going to have to learn a new language for every project" Jesse Luehrs (@doyster) 3/8/13, 12:11 P...

HARTZELL/DSL-Tiny-0.001 - 28 May 2013 17:24:19 UTC - Search in distribution

SAP::WAS::Iface - Perl extension for parsing and creating an Interface Object. The interface object would then be passed to the SAP::WAS::SOAP object to carry out the actual call, and return of values. River stage zero No dependents

This class is used to construct a valid interface object ( SAP::WAS::Iface.pm ). The constructor requires the parameter value pairs to be passed as hash key values ( see SYNOPSIS ). Generally you would not create one of these manually as it is far ea...

PIERS/SAP-WAS-SOAP-0.05 - 02 Sep 2006 08:35:15 UTC - Search in distribution
  • SAP::WAS::SOAP - SOAP encoded RFC calls against SAP R/3 / Web Application Server (WAS)
37 results (0.038 seconds)