This is VCS::Rcs::Parser Package.

RCSfile parsing with Parse::Yapp and Rcs 'co' implimentation in Perl.

To install the package as root:

$ perl Makefile.PL
$ make
$ make test
( try the tests in the examples/ directory as well ) # make install

if you do not have privilages to install it system wide: (like me)

$ perl Makefile.PL PREFIX=/home/user (or wherever you can write to) $ make
$ make test
( try the tests in the examples/ directory as well ) $ make install

The tests are in shell script for now. I know its bad. I will put them in test.pl as soon as I can.

WARNING
THIS IS A BETA SOFTWARE. DONT USE IT FOR PRODUCTION UNLESS YOU HAVE DONE THE TESTS ON THE FILES YOU ARE WORKING WITH.
BUGS
TESTS