Skip to content
This repository was archived by the owner on Jul 18, 2018. It is now read-only.

Commit 57fca94

Browse files
committed
Bump to full release
1 parent 060f7f0 commit 57fca94

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

script/cpan

+3-6
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
use strict;
44
use vars qw($VERSION);
55

6-
use App::Cpan '1.60_01';
7-
$VERSION = '1.60_01';
6+
use App::Cpan '1.60_02';
7+
$VERSION = '1.61';
88

99
my $rc = App::Cpan->run( @ARGV );
1010

@@ -67,10 +67,7 @@ Show the F<Changes> files for the specified modules
6767

6868
=item -D module [ module ... ]
6969

70-
Show the module details. This prints one line for each out-of-date module
71-
(meaning, modules locally installed but have newer versions on CPAN).
72-
Each line has three columns: module name, local version, and CPAN
73-
version.
70+
Show the module details.
7471

7572
=item -f
7673

0 commit comments

Comments
 (0)