$Id: README,v 1.5 2007-02-03 15:23:12 adam Exp $

Config::Trivial::Storable Version 0.30

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.6 or greater
        Storable
        strict
        warnings
        Carp

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