diff options
Diffstat (limited to 'Bugzilla/BugUrl/Aha.pm')
-rw-r--r-- | Bugzilla/BugUrl/Aha.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Bugzilla/BugUrl/Aha.pm b/Bugzilla/BugUrl/Aha.pm index 572789e66..b467c54d8 100644 --- a/Bugzilla/BugUrl/Aha.pm +++ b/Bugzilla/BugUrl/Aha.pm @@ -6,7 +6,11 @@ # defined by the Mozilla Public License, v. 2.0. package Bugzilla::BugUrl::Aha; + +use 5.10.1; use strict; +use warnings; + use base qw(Bugzilla::BugUrl); ############################### |