aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Amazon-S3/files/patch-moosefix
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-Amazon-S3/files/patch-moosefix')
-rw-r--r--net/p5-Net-Amazon-S3/files/patch-moosefix11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/p5-Net-Amazon-S3/files/patch-moosefix b/net/p5-Net-Amazon-S3/files/patch-moosefix
deleted file mode 100644
index d0ce4154061f..000000000000
--- a/net/p5-Net-Amazon-S3/files/patch-moosefix
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/Net/Amazon/S3/Client/Object.pm.orig 2014-07-13 05:44:37.000000000 -0700
-+++ lib/Net/Amazon/S3/Client/Object.pm 2014-07-13 05:44:46.000000000 -0700
-@@ -19,7 +19,7 @@
- [ qw(private public-read public-read-write authenticated-read) ];
-
- enum 'StorageClass' =>
-- qw(standard reduced_redundancy);
-+ [ qw(standard reduced_redundancy) ];
-
- has 'client' =>
- ( is => 'ro', isa => 'Net::Amazon::S3::Client', required => 1 );