Just a quickie... I'm trying to get to use Cvs.pm... I'm BATTLING.
For one, the documentation, indicates that errors is reported by $Cvs::ERROR. $Cvs::ERROR, does not even exist in the module???? Does anyone have some info on how I could get some DECENT code working with this module?? After creating my I can't even detect a incorrect login... my $cvs = new Cvs ('/tmp', cvsroot="blah", password='blah') or die $Cvs::ERROR; ## Which is COMPLETELY wrong, but anyways. I give it a incorrect login, and well yeah, it does not even pick this up.... Is this module working at all? Anything else that can be suggested for CVS access / manupilation in perl? Thanks, Chris.