Revision history for Perl extension VCS::CVS.

2.06  Mon May  1 11:15:01 2006
	- Change t/test.t to check for $ENV{'CVSROOT'}, and if found, run the test. If not found, skip the test

2.05  Wed Apr 26 11:55:00 2006
	- Add missing call to constructor in t/test.t
	- Add Makefile.PL
	- Change test.t to use Test::More and hence to report properly that it has run properly.
		Now, 'perl Build test' reports 'All tests successful.'. 'nmake test' also works
	- Add cleanup code to the start of test.t so it can be run repeatedly

2.04  Thu Oct 27 19:40:00 2005
	- Simplify code in new() to no longer check if caller is an object
		as per the new standard on such matters
	- Regenerate META.yml with Module::Build V 0.2611 to correct a faulty
		META.yml output by V 0.24 which falsely said 'provides: {}',
		which in turn stopped the PAUSE indexer from finding the module file,
		which in turn meant this module might be omitted from the master index:
		ftp://pause.perl.org/pub/PAUSE/modules/01modules.index.html

2.03  Thu Mar 17 16:21:33 2005
	- Convert to use Module::Build

2.02  Sun Mar 23 11:29:00 2003
	- No source code changes in this version
	- Patch to stop shipping blib/ directory in Unix distros, because the
		PAUSE indexer takes this directory to indicate a binary distro,
		which means it does not index the module, and this in turn means
		the module is not listed in the CPAN daily update list, etc.

2.01  Sun May 12 13:12:11 2002
	- Clean up licence and email stuff in all modules, scripts and other docs.
		Upgrading is not necessary

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.
