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

Tie::Cvs provides a simple way to tie an hash with a CVS directory.

It was only tests on Linux/Unix so far. You will need cvs binary.
If you installed it successfully on another system please send us
a note.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2003 Jose Joao Almeida, Alberto Simoes

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