vcp (and the Perl module VCP.pm) is a system for copying resources under
version control between repositories. CVS, p4 and VSS repositories are
currently supported.
Note that this is not a branch, nor a fork, from VCP's main repository
This is merely a snapshot of versions that are known to work with svk.
This module allows for impromptu dumping of output to STDERR.
Useful when you want to take a peek at a nest Perl data structure
by emitting (relatively) nicely formatted output.
The gettext module permits access from perl to the gettext() family of
functions for retrieving message strings from databases constructed to
internationalize software.
by Waldemar Brodkorb with some small corrections for more recent package
system changes
ok xsa@
Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks.
It is a subclass of Locale::Maketext(3) that follows the way GNU gettext
works. It works seamlessly, both in the sense of GNU gettext and
Maketext. As a result, you enjoy both their advantages, and get rid of
both their problems, too.
See what modules are shipped with versions of Perl.
Module::CoreList contains the hash of hashes %Module::CoreList::version,
this is keyed on Perl version as indicated in $]. The second level hash
is module => version pairs.
It also contains %Module::CoreList::released hash, which has ISO
formatted versions of the release dates, as gleaned from perlhist.
ok msf@.
It is a common feature of applications (whether run directly, or via the
Web) for them to be "localized" -- i.e., for them to a present an
English interface to an English-speaker, a German interface to a
German-speaker, and so on for all languages it's programmed with.
Locale::Maketext is a framework for software localization; it provides
you with the tools for organizing and accessing the bits of text and
text-processing code that you need for producing localized applications.