Test::Roo provides composable, reusable tests with roles.
This module can retrieve information from the CDDB.
Indirect warns about using the indirect method call syntax.
This package provides tools for inspecting subroutines in Perl.
Test::TCP is test utilities for TCP/IP programs.
Mail::SPF is the Sender Policy Framework implemented in Perl.
This package provides a way to memory map a file.
This module provides a collection of test utilities for directory attributes.
This Perl module facilitates the creation and modification of PDF files.
PAR::Dist is a toolkit to create and manipulate PAR distributions.
This is a Perl extension interface for the libcurl file downloading library.
This module provides routines for parsing date string into time values and formatting dates into ASCII strings.
This Perl module provides various functions to quickly sort arrays by one or multiple calculated keys.
Check POD files for errors or warnings in a test file, using Pod::Simple to do the heavy lifting.
This module allows you to call isa, can, does, and DOES safely on things that may not be objects.
Test::EOL
lets you check for the presence of trailing whitespace and/or windows line endings in your perl code.
This module provides bare bones try/catch/finally statements that are designed to minimize common mistakes with eval blocks, and nothing else.
IO::Pager
can be used to locate an available pager and use it to display output if a TTY is in use.
DateTime is a class for the representation of date/time combinations. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582).
Assigns a new name to referenced sub. If package specification is omitted in the name, then the current package is used. The return value is the sub.
XSLoader module defines a standard simplified interface to the dynamic linking mechanisms available on many platforms. Its primary purpose is to implement cheap automatic dynamic loading of Perl modules.
Atom is a syndication, API, and archiving format for weblogs and other data. XML::Atom
implements the feed format as well as a client for the API.
Storable brings persistence to your Perl data structures containing SCALAR, ARRAY, HASH or REF objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time.
This is pragma to change Perl 5's standard method resolution order from depth-first left-to-right (a.k.a - pre-order) to the more sophisticated C3 method resolution order.