This module exports one function, declare, for building named objects
with a declarative syntax, similar to how Jifty::DBI::Schema defines
its columns.
POE::Component::RSS is an event based RSS parsing module. It wraps
XML::RSS and provides a POE based framework for accessing the information
provided.
POW::Component::RSSAggregator is a non-blocking way to watch
multiple RSS sources with one process.
See also p5-XML-RSS-Feed.
Path::Resource is a module for combining local file and directory manipulation
with URI manipulation. It allows you to effortlessly map local file locations
to their URI equivalent.
PerlIO::utf8_strict provides a fast and correct UTF-8 PerlIO layer. Unlike
perl's default :utf8 layer it checks the input for correctness.
This module exports a number of wrappers around perl's builtin grok_number
function, which returns the numeric type of its argument, or 0 if it isn't
numeric.
Checks whether the Manifest file matches the distro or not. To match a
distro the Manifest has to name all files that come along with the
distribution
System::Command is a class that launches external system commands
and return an object representing them, allowing to interact with
them through their STDIN, STDOUT and STDERR handles.
Term::Menus allows you to create powerful Terminal, Console and CMD
environment menus. Any perl script used in a Terminal, Console or CMD
environment can now include a menu facility that includes sub-menus,
forward and backward navigation, single or multiple selection
capabilities, dynamic item creation and customized banners. All this
power is simple to implement with a straight forward and very
intuitive configuration hash structure that mirrors the actual menu
architecture needed by the application. A separate configuration file
is optional. Term::Menus is cross platform compatible.
Test::LeakTrace provides several functions that trace memory leaks. This module
scans arenas, the memory allocation system, so it can detect any leaked SVs in
given blocks.
Leaked SVs are SVs which are not released after the end of the scope they have
been created. These SVs include global variables and internal caches. For
example, if you call a method in a tracing block, perl might prepare a cache for
the method. Thus, to trace true leaks, no_leaks_ok() and leaks_cmp_ok() executes
a block more than once.