Data::Buffer implements a low-level binary buffer in which you can get
and put integers, strings, and other data. Internally the implementation
is based on "pack" and "unpack", such that Data::Buffer is really a
layer on top of those built-in functions.
sdk:
The Eclipse Platform is an IDE for anything, and for nothing in
particular.
flavors: gtk2, motif
subpackages: -gnome, -mozilla (gtk2 only), -kde (motif only)
plugins/emf:
Eclipse Modeling Framework (EMF)
plugins/gef:
graphical editing environment for eclipse
plugins/uml2
UML diagram framework for Eclipse
ok alek@, todd@
- teach ClassLoader how to load native libs with version numbers
- fix writes to HOME complaints
- point license URL to license itself
- fix timezone problem noticed by Roy Morris
- bump package name
ok alek@
Params::CallbackRequest provides functional and object-oriented callbacks
to method and function parameters. Callbacks may be either code references
provided to the new() constructor, or methods defined in subclasses of
Params::Callback. Callbacks are triggered either for every call to the
Params::CallbackRequest execute() method, or by specially named keys in
the parameters to execute().
Test::Class provides a simple way of creating classes and objects
to test your code in an xUnit style.
Built using Test::Builder it is designed to work with other
Test::Builder based modules (Test::More, Test::Differences,
Test::Exception, etc.)
This module provides a shared cache, using a memory mapped file. Very
useful for mod_perl applications. If routines are provided which interact
with the underlying data, access to the cache is completely transparent,
and the module handles all the details of refreshing cache contents, and
updating underlying data, if necessary.
Svk is a decentralized version control system. While Subversion (svn)
aims to take over the CVS user base, svk attempts to take over the user
base of the other version control systems, including people who have
already switched to another version control system, as well as people
who have not yet started using a version control system. It is written
in Perl and uses Subversion's underlying filesystem.
The IO::Capture Module defines an abstract base class that can be
used to create any number of useful sub-classes that capture output
being sent on a filehandle such as STDOUT or STDERR.