NAME

Tie::Cvs - Perl extension to tie Hashes to CVS trees

SYNOPSIS

use Tie::Cvs;

tie %cvs, 'Tie::Cvs', "/root/mycvsroot";

ABSTRACT

Tie::Cvs is a module to tie Perl hashes with a CVS Tree.  It uses
CVS versioning system such that the hash will have value versions.

DESCRIPTION

Use it normally, as any other tie.

Complete deletion of a key

Each time you call delete on a key, the current version will be deleted, and the value will roll back to the previous version in CVS. If there is no previous version, the file will be deleted.

If you want to delete completly a key (delete the file) use something like:

while(delete($cvs{$key})) {}

SEE ALSO

perltie

AUTHOR

Jose Joao Dias de Almeida, <jj@di.uminho.pt> Alberto Manuel B. Simões, <albie@alfarrabio.di.uminho.pt>

COPYRIGHT AND LICENSE

Copyright 2003 by Projecto Natura

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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 289:

Non-ASCII character seen before =encoding in 'Simões,'. Assuming CP1252