The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
YAML/LoadFileCached version 0.01
================================

This module provides a way to gain speed improvements when you have
to repeatedly read a file in YAML format (eg. configuration files)
under mod_perl or in a long running process, although at the cost
of memory expense.

Please see the documentation in pod format in the module for more
information.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  YAML 0.30

COPYRIGHT AND LICENCE

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

Copyright (C) 2002 Florian Helmberger <fh@laudatio.com>