The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Meta::Utils::File::Move"

Meta::Utils::File::Move - library to help you move files. River stage zero No dependents

This module eases moving files around. Why should you need this ? You already have File::Copy (which this module uses). Well - what if you don't want to overwrite anything ? What if you want to throw an exception in case the move fails ? What if you ...

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::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::Ds::Noset - Ordered hash data structure. River stage zero No dependents

This is a set object which is also ordered (meaning you can find the ordinal number of each element and also the reverse - move from an ordinal number to the element). The structure is able to hold any perl object or scalar as element. Duplicates are...

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::Tool::Sgml2 - run old sgmltools sgml2 tools. River stage zero No dependents

This module is here to ease the job of running sgmltools for you if you wish to use them (I think it's better to use the Jade.pm module which runs jade or openjade directly)....

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::Tool::Ps2Pdf - convert post script to pdf. River stage zero No dependents

This module is here to run ps2pdf tool for you....

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

Meta::Archive::Tar - extended Archive::Tar class. River stage zero No dependents

This class extends the Archive::Tar class. It adds services like adding a file under a different name, and adding a baseline relative file. It also guards the user from adding the same file several times. Currently, because of the underlying Archive:...

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

Meta::Baseline::Arch - library to provide utilities to handle architecture details. River stage zero No dependents

This package will provide information about the current architecture on which you are running and will analyze architecture strings and return information from them....

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::Tool::Lilypond - take care of running Lilypond for you. River stage zero No dependents

This tool handles all Lilypond stuff in the baseline. It does the following: 1. checks lilypond sources. 2. converts lilypond sources to various formats: midi,tex,ps,dvi. 3. extracts dependency information from lilypond sources. This assumes usage of...

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

Meta::Lang::Dtd::Html - handle conversion of DTDs to HTMLs. River stage zero No dependents

This module knows how to translate DTD files to html documentation derived from XML comments embedded in them. It uses XML::Handler::Dtd2Html to do it's thing. There are more options in XML::Handler::Dtd2Html to be able to emit frames output (this wi...

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

Meta::Tool::Sgmltools - run sgmltools for you. River stage zero No dependents

This module is here to ease the job of running sgmltools for you if you wish to use them (I think it's better to use the Jade.pm module which runs jade or openjade directly). Sgmltools is quite problematic: 1. Sgmltools has a --jade-opt option but yo...

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

Meta::Baseline::Switch - module to help to sort through all available languages. River stage zero No dependents

This is the "switch" library between all language modules....

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

Meta::Lang::Html::Html - help you with HTML related tasks. River stage zero No dependents

This module will help you with HTML related tasks. It knows how to: 1. Generate HTML dependencies. 2. Move from relative to absolute links. 3. Move from absolute to relative links. 4. Transpose a set of files which are correctly linked to a new set. ...

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

Meta::Utils::Opts::Opts - Module to help you analyze command line arguments. River stage zero No dependents

This is a library to handle command line arguments for shell scripts. It surrounds the Getopt::Long library and gives a nicer interface. The way to use the library is this: first you have to prepare a list of variables (of different types of course) ...

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

Meta::Utils::File::File - library to do operations on files. River stage zero No dependents

This is a library to help you do things with files with meaningful names. For instance: check if a file exists, compare two files etc......

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

Meta::Utils::File::Path - module to handle path names. River stage zero No dependents

This package is intended to help you handle paths. For example - remove automounted parts from your path, get cannonic paths, get absolute paths, get paths with as few ".." as possible, reduce paths to a minimum etc......

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

Meta::Utils::Opts::Sopt - Object to store a definition for a command line option. River stage zero No dependents

This object is used by the Opts object to store information about a single command line argument....

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