summaryrefslogtreecommitdiff
path: root/lib/CPAN/bin
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-11-08 09:57:10 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-11-08 09:57:10 +0000
commitc7588fc88ab985cc29451d84e8d3ffca69f9337d (patch)
treedceaa0fd2a8b9cc87648ebfa7386d4057b7dc11d /lib/CPAN/bin
parent8c56068e9474ff1eb28abd58496550d54581dd25 (diff)
downloadperl-c7588fc88ab985cc29451d84e8d3ffca69f9337d.tar.gz
Upgrade to CPAN 1.76_65
p4raw-id: //depot/perl@26042
Diffstat (limited to 'lib/CPAN/bin')
-rw-r--r--lib/CPAN/bin/cpan4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CPAN/bin/cpan b/lib/CPAN/bin/cpan
index 207093c404..243286722e 100644
--- a/lib/CPAN/bin/cpan
+++ b/lib/CPAN/bin/cpan
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id: cpan,v 1.3 2002/08/30 08:55:15 k Exp $
+# $Id: cpan,v 1.1 2003/02/08 17:06:51 k Exp $
use strict;
=head1 NAME
@@ -116,7 +116,7 @@ brian d foy <bdfoy@cpan.org>
use CPAN ();
use Getopt::Std;
-my $VERSION = sprintf "%.3f", 1.2 + substr(q$Rev: 228 $,4)/1000;
+my $VERSION = sprintf "%.2f", substr(q$Rev: 245 $,4)/100;
my $Default = 'default';