diff options
Diffstat (limited to 'Bugzilla/S3/Bucket.pm')
-rw-r--r-- | Bugzilla/S3/Bucket.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/S3/Bucket.pm b/Bugzilla/S3/Bucket.pm index a53ab5c51..37c61e666 100644 --- a/Bugzilla/S3/Bucket.pm +++ b/Bugzilla/S3/Bucket.pm @@ -2,10 +2,8 @@ package Bugzilla::S3::Bucket; # Forked from Amazon::S3, which appears to be abandoned. -use 5.10.1; use strict; use warnings; - use Carp; use File::stat; use IO::File; |