This is Perl Object Class Rcs.pm 1.05, a front-end to Revision Contron System (RCS)
Utilities.

Version 1.05:
Bug fix in parsing locking information.

New in Version 1.04:
Method rcsmerge

New in Version 1.02:
Bug fixes.

New in Version 1.01:
use Rcs qw(nonFatal Verbose);

Use tags to control how the rcs programs handle errors, and the use of the
rcs -q (quiet) flag.  The default behavior is to run rcs programs with the
-q (quiet) flag, and to die if any rcs program returns an error.

New in Version 0.07:
NT port by Jamie O'Shaughnessy, <[email protected]>
Added methods 'daterev', 'symrev', and 'symbols' contributed by Jamie O'Shaughnessy.
Added method 'comments'.

New in Version 0.08:
Fixed bug parsing comments.  Bug found by David Green <[email protected]>
Modified daterev method to accept 1 or 6 arguments.

New in Version 0.09:
Fixed bug parsing comments.  Bug found by David Green <[email protected]>

Install Rcs.pm as you would any Perl 5 module:

   perl Makefile.PL
   make
   make install

The documentation is contained in Rcs.pm in pod format.  The man pages
will install automatically, or may be extracted manually by:

   pod2man Rcs.pm > Rcs.man

Please let me know is you have any suggestions or comments.

Craig Freter
<[email protected]>