Skip to content

Commit

Permalink
rebuild meta
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jun 23, 2015
1 parent cdc750e commit f90ceed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"runtime" : {
"requires" : {
"perl" : "5.008000"
"perl" : "5.008001"
}
},
"test" : {
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use strict;
use warnings;

use 5.008000;
use 5.008001;

use ExtUtils::MakeMaker;

Expand Down Expand Up @@ -32,7 +32,7 @@ my %WriteMakefileArgs = (
"bin/cpanm"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.008000",
"MIN_PERL_VERSION" => "5.008001",
"NAME" => "App::cpanminus",
"PREREQ_PM" => {},
"TEST_REQUIRES" => {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ alternative URL, `https://git.io/cpanm`

# DEPENDENCIES

perl 5.8 or later.
perl 5.8.1 or later.

- 'tar' executable (bsdtar or GNU tar version 1.22 are recommended) or Archive::Tar to unpack files.
- C compiler, if you want to build XS modules.
Expand Down

0 comments on commit f90ceed

Please sign in to comment.