Codebase list libdata-phrasebook-perl / release-0.30
release-0.30

Tree @release-0.30 (Download .tar.gz)

Data::Phrasebook
================

DESCRIPTION

  Abstract your queries!

This distribution enables the framework for abstracting common or locale data
out of your code into a datastore. The default is within a plain text file,
but more complex datastores can be intrigrated via the use of other 
Data::Pharsebook::Loader distributions (eg YAML, XML, INI, DBI).

DEPENDENCIES

The distribution requires the following modules:

  Module::Pluggable   >= 2.5

For debugging purposes, the following modules are required:

  Data::Dumper

For testing purposes, the following modules are required:

  Test::More          >= 0.47

For testing purposes, the following modules are desireable, but not essential:

  Test::Pod           >= 1.00
  Test::Pod::Coverage >= 0.08
  Pod::Coverage
  Test::CPAN::Meta    >= 0.12

INSTALLATION

To install this module type the following:

 perl Makefile.PL
 make
 make test
 make install

For more detailed installation instructions, see INSTALL.

USAGE

Read the pod documentation in the distrubtion files.

CHANGES

For a complete list of changes, see the Changes file.

SUPPORT

If you spot a bug or are experiencing difficulties that are not explained 
within the POD documentation, please send an email to barbie@cpan.org or 
submit a bug to the RT system (http://rt.cpan.org/). It would help greatly 
if you are able to pinpoint problems or even supply a patch. 

Fixes are dependant upon their severity and my availablity. Should a fix not
be forthcoming, please feel free to (politely) remind me.

DSLIP

  b - Beta testing
  d - Developer
  p - Perl-only
  O - Object oriented
  p - Standard-Perl: user may choose between GPL and Artistic

AUTHOR

Original author: Iain Campbell Truskett (16.07.1979 - 29.12.2003)

Maintainer: Barbie <barbie@cpan.org> for Miss Barbell Productions 
http://www.missbarbell.co.uk.

COPYRIGHT AND LICENSE

  Copyright (C) 2004-2010 Barbie for Miss Barbell Productions.
  Copyright (C) 2003 Iain Truskett.

  This module is free software; you can redistribute it and/or 
  modify it under the same terms as Perl itself.

The full text of the licenses can be found in the Artistic and
COPYING files included with this module, or in perlartistic and
perlgpl in Perl 5.8.1 or later.