Skip to content

Commit

Permalink
increase version prerequisites for some modules so that they are know…
Browse files Browse the repository at this point in the history
…n to work
  • Loading branch information
acme committed Jul 2, 2009
1 parent f9faa37 commit 12c6da2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,5 +1,9 @@
Revision history for Perl module Net::Amazon::S3:

0.52
- increase version prerequisites for some modules so that they
are known to work

0.51 Tue May 19 08:31:59 BST 2009
- use MooseX::Types::DateTimeX so that we work with latest Moose
(noticed by Ted Zlatanov)
Expand Down
43 changes: 22 additions & 21 deletions Makefile.PL
Expand Up @@ -9,27 +9,28 @@ WriteMakefile(
ABSTRACT => 'Use the Amazon S3 - Simple Storage Service',
LICENSE => 'perl',
PREREQ_PM => {
'Class::Accessor::Fast' => '0',
'Data::Stream::Bulk::Callback' => '0',
'DateTime::Format::HTTP' => '0',
'DateTime::Format::ISO8601' => '0',
'Digest::HMAC_SHA1' => '0',
'Digest::MD5' => '0',
'Digest::MD5::File' => '0',
'File::stat' => '0',
'HTTP::Date' => '0',
'HTTP::Status' => '0',
'IO::File' => '1.14',
'LWP::UserAgent::Determined' => '0',
'MIME::Base64' => '0',
'Moose' => '0',
'MooseX::StrictConstructor' => '0',
'MooseX::Types::DateTimeX' => '0',
'Test::More' => '0.01',
'Regexp::Common' => '0',
'XML::LibXML' => '0',
'XML::LibXML::XPathContext' => '0',
'URI::Escape' => '0',
'Class::MOP' => '0.88',
'Class::Accessor::Fast' => '0',
'Data::Stream::Bulk' => '0.06',
'DateTime::Format::HTTP' => '0',
'DateTime::Format::ISO8601' => '0',
'Digest::HMAC_SHA1' => '0',
'Digest::MD5' => '0',
'Digest::MD5::File' => '0',
'File::stat' => '0',
'HTTP::Date' => '0',
'HTTP::Status' => '0',
'IO::File' => '1.14',
'LWP::UserAgent::Determined' => '0',
'MIME::Base64' => '0',
'Moose' => '0.85',
'MooseX::StrictConstructor' => '0.08',
'MooseX::Types::DateTimeX' => '0',
'Test::More' => '0.01',
'Regexp::Common' => '0',
'XML::LibXML' => '0',
'XML::LibXML::XPathContext' => '0',
'URI::Escape' => '0',
}
);

0 comments on commit 12c6da2

Please sign in to comment.