From 6e5e1bf6b8b65be23c494348832b2b17a1be0e1c Mon Sep 17 00:00:00 2001 From: sunpoet Date: Tue, 14 Apr 2015 18:42:51 +0000 Subject: - Add p5-VM-EC2-Security-CredentialCache 0.21 This module provides a cache for an EC2's IAM credentials represented by VM::EC2::Security::Credentials. Rather than retriving the credentials for every possible call that uses them, cache them until they expire and retreive them again if they have expired. WWW: http://search.cpan.org/dist/VM-EC2-Security-CredentialCache/ --- net/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/Makefile') diff --git a/net/Makefile b/net/Makefile index 4232b823a213..8947308068fb 100644 --- a/net/Makefile +++ b/net/Makefile @@ -761,6 +761,7 @@ SUBDIR += p5-URI-Template-Restrict SUBDIR += p5-URI-ws SUBDIR += p5-VM-EC2 + SUBDIR += p5-VM-EC2-Security-CredentialCache SUBDIR += p5-Validate-Net SUBDIR += p5-WebService-Dropbox SUBDIR += p5-WebService-Prowl -- cgit