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

Commit 57483bb

Browse files
committed
Require the same App::Cpan version
The module will decide what perl it needs
1 parent 6041ea6 commit 57483bb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

script/cpan

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
#!/usr/local/bin/perl
22

3-
use 5.006;
43
use strict;
54
use vars qw($VERSION);
65

7-
use App::Cpan;
8-
$VERSION = '1.5901';
6+
use App::Cpan '1.60_01';
7+
$VERSION = '1.60_01';
98

109
my $rc = App::Cpan->run( @ARGV );
1110

@@ -271,7 +270,7 @@ brian d foy, C<< <[email protected]> >>
271270

272271
=head1 COPYRIGHT
273272

274-
Copyright (c) 2001-2010, brian d foy, All Rights Reserved.
273+
Copyright (c) 2001-2013, brian d foy, All Rights Reserved.
275274

276275
You may redistribute this under the same terms as Perl itself.
277276

0 commit comments

Comments
 (0)