$Id: README,v 1.3 2006-02-05 18:00:56 adam Exp $

Config::Trivial::Storable Version 0.20
======================================

This is "Yet Another" simple module to read (and write)
trivial configuration files. It inherits from Config::Trivial
and provides seamless support for using Storable as the
repository for configuration data.

ALSO SEE

Config::Trivial

INSTALLATION

To install this module type the following:

   perl Build.PL
   ./Build
   ./Build test
   ./Build install

DEPENDENCIES

This module requires:
	Perl 5.6
	Config::Trivial 0.51 or greater
	Storable
	strict
	warnings
	Carp

The tests will use non-core modules if available
but these are not required for normal use.
