Skip to content

Commit

Permalink
solve dependencies #11
Browse files Browse the repository at this point in the history
  • Loading branch information
comewalk committed Nov 11, 2013
1 parent 16ba378 commit 2045327
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@
"requires" : {
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"HTTP::Request" : "0",
"JSON" : "0",
"URI" : "0",
"URI::Escape" : "0"
}
},
"test" : {
"requires" : {
"Test::TCP" : "0"
}
}
},
"release_status" : "stable",
Expand Down
7 changes: 7 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
requires 'URI';
requires 'URI::Escape';
requires 'HTTP::Request';
requires 'JSON';
on test => sub {
requires 'Test::TCP';
};

0 comments on commit 2045327

Please sign in to comment.