[cpan2nix] perlPackages.NetAmazonS3: cleanup
This commit is contained in:
parent
c97b1764f6
commit
c1e2677670
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue