The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
VCS/Lite version 0.06
=====================

Prerequisites:  Algorithm::Diff  (version 1.13 or later) 


To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

Scripts:

This module puts in place vldiff.pl, vlpatch.pl and vlmerge.pl.

DEPENDENCIES

This module requires these other modules and libraries:

  Algorithm::Diff

UPGRADING

Note that the underlying object type has changed from an ARRAY to a HASH.


COPYRIGHT AND LICENCE

Copyright (C) 2003-2006 Ivor Williams

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