librose-db-object-perl
framework providing an extensible high-performance ORM
Rose::DB::Object is a base class for objects that encapsulate a single row in
a database table. By deriving objects from this module, you get a simple API
for manipulating database tuples. This module inherits from, and follows the
convention of, Rose::Object. See the manual for Rose::Object or the tutorial,
Rose::DB::Object::Tutorial, for details.
libgo16-sparc64-cross
Runtime library for GNU Go applications
Library needed for GNU Go applications linked against the
shared library.
libcss-inliner-perl
module for converting HTML CSS <style> blocks to inline styles
libcss-inliner-perl provides the CSS::Inliner Perl module which converts CSS
style blocks into inline styles in an HTML document. Specifically this is
intended to ease generation of HTML emails.
libjs-acorn
ECMAScript parser for JavaScript
libdirectory-scratch-perl
easy-to-use self-cleaning scratch space
When writing test suites for modules that operate on files,
it's often inconvenient to correctly create a platform-independent
temporary storage space, manipulate files inside it, then clean it
up when the test exits. The inconvenience usually results in tests
that don't work everywhere, or worse, no tests at all.