diff options
Diffstat (limited to 'Bugzilla/S3/Bucket.pm')
-rw-r--r-- | Bugzilla/S3/Bucket.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/S3/Bucket.pm b/Bugzilla/S3/Bucket.pm index 37c61e666..a53ab5c51 100644 --- a/Bugzilla/S3/Bucket.pm +++ b/Bugzilla/S3/Bucket.pm @@ -2,8 +2,10 @@ 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; |