Revision history for Perl extension VCS::CVS.

2.00 17-Jun-99
--------------
o Change parameters to new(). It now accepts an anonymous hash
o Add history parameter to new()
o Add history(). It accepts an anonymous hash of 'cvs history' parameters,
	and returns a ref to a list
o Add update(). It accepts an optional boolean to active the -n in
	'cvs update -n', and returns a ref to a list
o Fix 2 bugs whereby chdir() was called at the wrong time

1.04 26-May-99
--------------
o Ensure POD survives buggy pod2man
o Ship Readme.txt, the output of pod2text

1.03 19-Apr-99
--------------
o Patch Makefile.PL to support ActivePerl's ppm.

1.02 30-Mar-99
--------------
o Original version; created by h2xs 1.18

Use h2xs to create the skeleton for CVS.pm.

Fix populate & _setTag so they do a chdir
back before calling _fixTag.
