diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
commit | 838992f094ccde014679a7cfafc495840eb932a1 (patch) | |
tree | bb1da10609893e2c699e42919a3a51c02df9caf0 /contrib/perl5/lib/CPAN.pm | |
parent | bcb29ac16cc991f99f0c976390dff6be1a1b9058 (diff) |
Diffstat (limited to 'contrib/perl5/lib/CPAN.pm')
-rw-r--r-- | contrib/perl5/lib/CPAN.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/perl5/lib/CPAN.pm b/contrib/perl5/lib/CPAN.pm index b510ea2082dae..4ef4db4580b3c 100644 --- a/contrib/perl5/lib/CPAN.pm +++ b/contrib/perl5/lib/CPAN.pm @@ -7,11 +7,11 @@ use vars qw{$Try_autoload $Revision $VERSION = '1.3901'; -# $Id: CPAN.pm,v 1.226 1998/07/08 22:29:29 k Exp k $ +# $Id: CPAN.pm,v 1.1.1.1 1998/09/09 06:59:53 markm Exp $ # only used during development: $Revision = ""; -# $Revision = "[".substr(q$Revision: 1.226 $, 10)."]"; +# $Revision = "[".substr(q$Revision: 1.1.1.1 $, 10)."]"; use Carp (); use Config (); |