[cpan2nix] perlPackages.NetAmazonS3: cleanup
This commit is contained in:
parent
c97b1764f6
commit
c1e2677670
pkgs/top-level
|
@ -11046,8 +11046,8 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = "mirror://cpan/authors/id/R/RC/RCONOVER/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/R/RC/RCONOVER/${name}.tar.gz";
|
||||||
sha256 = "efb73dd9a96078742cb8564f7b58f5abe5168277342c7634961d63b4ef278848";
|
sha256 = "efb73dd9a96078742cb8564f7b58f5abe5168277342c7634961d63b4ef278848";
|
||||||
};
|
};
|
||||||
buildInputs = [ LWP TestException ];
|
buildInputs = [ TestException ];
|
||||||
propagatedBuildInputs = [ DataStreamBulk DateTimeFormatHTTP DigestHMAC DigestMD5File FileFindRule HTTPDate HTTPMessage LWPUserAgentDetermined MIMETypes Moose MooseXStrictConstructor MooseXTypesDateTimeMoreCoercions PathClass RegexpCommon TermEncoding TermProgressBarSimple URI VMEC2SecurityCredentialCache XMLLibXML ];
|
propagatedBuildInputs = [ DataStreamBulk DateTimeFormatHTTP DigestHMAC DigestMD5File FileFindRule LWPUserAgentDetermined MIMETypes MooseXStrictConstructor MooseXTypesDateTimeMoreCoercions RegexpCommon TermEncoding TermProgressBarSimple VMEC2SecurityCredentialCache XMLLibXML ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://search.cpan.org/dist/Net-Amazon-S3/;
|
homepage = http://search.cpan.org/dist/Net-Amazon-S3/;
|
||||||
description = "Use the Amazon S3 - Simple Storage Service";
|
description = "Use the Amazon S3 - Simple Storage Service";
|
||||||
|
|
Loading…
Reference in New Issue