Subject: | pod mistake |
I know the reference in Root.pm is wrong, might be elsewhere (didn't look) - the example as given results in perl trying to expand user@cvs as if @cvs were an array. Either escape it or single quote it ;)
--- Root.pm.old 2005-07-15 11:06:15.000000000 -0400
+++ Root.pm 2005-07-15 11:06:35.000000000 -0400
@@ -16,7 +16,7 @@ VCS::LibCVS::Datum::Root - A CVS datum f
=head1 SYNOPSIS
- $root = VCS::LibCVS::Datum::Root->new(":pserver:user@cvs.cvshome.org:/cvs");
+ $root = VCS::LibCVS::Datum::Root->new(':pserver:user@cvs.cvshome.org:/cvs');
=head1 DESCRIPTION