[cpan2nix] perlPackages.NetAmazonS3: cleanup

This commit is contained in:
volth 2018-04-07 07:58:44 +00:00
parent c97b1764f6
commit c1e2677670

View file

@ -11046,8 +11046,8 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/R/RC/RCONOVER/${name}.tar.gz";
sha256 = "efb73dd9a96078742cb8564f7b58f5abe5168277342c7634961d63b4ef278848";
};
buildInputs = [ LWP TestException ];
propagatedBuildInputs = [ DataStreamBulk DateTimeFormatHTTP DigestHMAC DigestMD5File FileFindRule HTTPDate HTTPMessage LWPUserAgentDetermined MIMETypes Moose MooseXStrictConstructor MooseXTypesDateTimeMoreCoercions PathClass RegexpCommon TermEncoding TermProgressBarSimple URI VMEC2SecurityCredentialCache XMLLibXML ];
buildInputs = [ TestException ];
propagatedBuildInputs = [ DataStreamBulk DateTimeFormatHTTP DigestHMAC DigestMD5File FileFindRule LWPUserAgentDetermined MIMETypes MooseXStrictConstructor MooseXTypesDateTimeMoreCoercions RegexpCommon TermEncoding TermProgressBarSimple VMEC2SecurityCredentialCache XMLLibXML ];
meta = {
homepage = http://search.cpan.org/dist/Net-Amazon-S3/;
description = "Use the Amazon S3 - Simple Storage Service";