Skip to content

Commit

Permalink
Update deps in Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
jadeallenx committed Oct 26, 2012
1 parent d1d1f08 commit 61ec3d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changelog
@@ -1,5 +1,8 @@
0.22 2012-10-26
Mark Allen Use AWS signature v2 and SSL by default (RT #80407)
Mark Allen Add URI::Escape, POSIX, Digest::SHA dependencies
for signature v2. LWP::Protocol::https now required
for SSL support.

0.21 2012-10-22
Mark Allen Allow undef or arrayref in AvailabilityZone
Expand Down
7 changes: 4 additions & 3 deletions Makefile.PL
Expand Up @@ -6,12 +6,13 @@ name 'Net-Amazon-EC2';
all_from 'lib/Net/Amazon/EC2.pm';

# Specific dependencies
recommends 'LWP::Protocol::https' => 0;
requires 'Digest::HMAC_SHA1' => 1.01;
requires 'LWP::Protocol::https' => 0;
requires 'Digest::SHA' => 0;
requires 'MIME::Base64' => 0;
requires 'LWP::UserAgent' => 0;
requires 'HTTP::Date' => 0;
requires 'POSIX' => 0;
requires 'URI' => 0;
requires 'URI::Escape' => 0;
requires 'Params::Validate' => 0;
requires 'XML::Simple' => 2.18;
requires 'Moose' => 0.38;
Expand Down

0 comments on commit 61ec3d0

Please sign in to comment.