Skip to content

Commit

Permalink
update dependencies. Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoesteban committed Sep 12, 2016
1 parent 883ea90 commit fccaa42
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Perl extension OvhApi

{{$NEXT}}

- first CPAN release, hopefully.
- updated dependencies.

0.1 2016-09-12T21:20:12Z

- original version.
Expand Down
3 changes: 3 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
},
"runtime" : {
"requires" : {
"Digest::SHA1" : "0",
"JSON" : "0",
"LWP::UserAgent" : "0",
"perl" : "5.008001"
}
},
Expand Down
3 changes: 3 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
requires 'perl', '5.008001';
requires 'LWP::UserAgent';
requires 'JSON';
requires 'Digest::SHA1';

on 'test' => sub {
requires 'Test::More', '0.98';
Expand Down

0 comments on commit fccaa42

Please sign in to comment.