diff options
Diffstat (limited to 'Bugzilla/Attachment/Database.pm')
-rw-r--r-- | Bugzilla/Attachment/Database.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Attachment/Database.pm b/Bugzilla/Attachment/Database.pm index 24617cacc..42cdd2d6f 100644 --- a/Bugzilla/Attachment/Database.pm +++ b/Bugzilla/Attachment/Database.pm @@ -6,6 +6,8 @@ # defined by the Mozilla Public License, v. 2.0. package Bugzilla::Attachment::Database; + +use 5.10.1; use strict; use warnings; |