diff options
Diffstat (limited to 'extensions/Example/lib/Auth/Verify.pm')
-rw-r--r-- | extensions/Example/lib/Auth/Verify.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/Example/lib/Auth/Verify.pm b/extensions/Example/lib/Auth/Verify.pm index 0a0b40232..df5059a05 100644 --- a/extensions/Example/lib/Auth/Verify.pm +++ b/extensions/Example/lib/Auth/Verify.pm @@ -6,6 +6,8 @@ # defined by the Mozilla Public License, v. 2.0. package Bugzilla::Extension::Example::Auth::Verify; + +use 5.10.1; use strict; use parent qw(Bugzilla::Auth::Verify); use Bugzilla::Constants; |