Skip to content

Commit

Permalink
require P::s::Compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
kazeburo committed Jan 27, 2014
1 parent 9c9febb commit 490dd4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@
"runtime" : {
"requires" : {
"POSIX" : "0",
"POSIX::strftime::Compiler" : "0.30",
"Time::Local" : "0",
"perl" : "5.008004"
},
"suggests" : {
"POSIX::strftime::GNU" : "0"
}
},
"test" : {
Expand Down
3 changes: 1 addition & 2 deletions cpanfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
requires 'POSIX';
requires 'Time::Local';
requires 'perl', '5.008004';

suggests 'POSIX::strftime::GNU';
requires 'POSIX::strftime::Compiler', '0.30';

on test => sub {
requires 'HTTP::Request::Common';
Expand Down

0 comments on commit 490dd4a

Please sign in to comment.