The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Meta IO::File"

Meta::IO::File - extend IO::File. River stage zero No dependents

This class extends IO::File. I'm not actually adding a lot of IO stuff but rather making the code which uses IO::File cleaner by having my Meta::IO::File throw exception instead of returning error codes so that it will fit nicer in OO systems....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Db::Ops - Perl module to create a database for you. River stage zero No dependents

This module does various database related tasks like exporting from databases in a generic fashion, translating database names so that development environments could use the same DB server as production environments and not have to worry about messin...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Ds::Set - data structure that represents a set. River stage zero No dependents

This is a library to let you create a set like data structure. The set data structure is akin to the mathematical object of a set. A set is a collection of items where duplicates are not allowed (if you insert an item which is already in the set the ...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Ds::Hash - data structure that represents a hash table. River stage zero No dependents

This is a library to let you create a hash like data structure. "Why should I have such a data strcuture ?" you rightly ask... Perl already supports hashes as built in structures, but these dont have a size method (for one...)... This encapsulates ha...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Handle - various utilities to help you with file handles. River stage zero No dependents

This module helps you with various things to do with file handles. Flushing them, closing etc... In default perl this is done in the most awkward ways and this module is here to protect you from that....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Ds::Dhash - data structure that represents a 1-1 hash table. River stage zero No dependents

This is a 1-1 mapping which is held by two hash tables....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Digest::MD5 - extend the standard Digest::MD5 module. River stage zero No dependents

This module extends the functionality found in the Digest::MD5 standard module with code that otherwise will have to be written many times in places of Digest::MD5. The object inherits from Digest::MD5 so you can use all of that modules functionality...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Xml::Writer - XML::Writer with some extra stuff. River stage zero No dependents

This class extends the XML::Writer class which you can get from CPAN. The idea is that in the Meta project you will only use this class and thus I could add functionality to the writers used in this project without changing their code (and also fix b...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Hash - general base utility library for many hash functions. River stage zero No dependents

This is a general utility perl library for all kinds of hash routines. This mainly iterates hashes using the each builtin which is the fastest to do the job and like the list library uses refernces to avoid duplication whereever possible....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Shell::Shell - expand Term::ReadLine. River stage zero No dependents

This class is exactly like Term::ReadLine except it has many more attributes and is able to run full readline loop for you where all you have to do is subclass it and implement the process method....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Utils - misc utility library for many functions. River stage zero No dependents

This is a general utility module for either miscelleneous commands which are hard to calssify or for routines which are just starting to form a module and have not yet been given a module and moved there....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Info::Author - object oriented author personal information. River stage zero No dependents

This class provides author information according to the DocBook DTD....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Utils::Output - write output messages to console. River stage zero No dependents

This is a central controller of output to the console. All output to the console (i.e. what usually you did using stdout and stderr) you should do through this. this is a SPECIAL STDERR FILE...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Lang::Xml::Xml - help you with xml related tasks. River stage zero No dependents

This class will help you with xml related tasks. 0. checking an xml file for correctness according to dtd. 1. setting up the search path for xml parser to find dtds. 2. extracting dependencies from XML files. 3. resolving dtds and xmls. 4. give you t...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Distrib::Files - Object to store a definition of a list of files to distribute. River stage zero No dependents

This is an object to store a list of files....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Baseline::Cook - library to give out cook related information to perl scripts. River stage zero No dependents

This library is intended to supply all demanders (i.e. Peter Miller's cook, other scripts or any other inquirer) any information regarding cook related parameters in the project. In addition this library knows how to do cook related stuff (write and ...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Compress::Bzip2 - extend Compress::Bzip2 to give higher level services. River stage zero No dependents

This class is here to extend Compress::Bzip2 which has two major issues: 1. It's documentation is lacking (it only documents two methods: compress and decompress) and refers the reader to the bzip2 libraries API which I could only get out of the appr...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Baseline::Utils - library to provide utilities to baseline software. River stage zero No dependents

This package will provide code sniplets that a lot of scripts in the baseline need....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Baseline::Aegis - library to encapsulate aegis interface in perl scripts. River stage zero No dependents

This is a perl library to serve as an interface to Aegis. It provides a lot of helpful routines for all the scripts to make them shorter and more understandable. It also encapsulates the way we talk to aegis - you should only speak to aegis through t...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Meta::Db::Connections - Object to store a definition of mutiple connection to a database. River stage zero No dependents

This is an array of many connections to the database....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC
42 results (0.038 seconds)