diff options
Diffstat (limited to 'extensions/RestrictComments')
-rw-r--r-- | extensions/RestrictComments/Config.pm | 2 | ||||
-rw-r--r-- | extensions/RestrictComments/Extension.pm | 1 | ||||
-rw-r--r-- | extensions/RestrictComments/lib/Config.pm | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/extensions/RestrictComments/Config.pm b/extensions/RestrictComments/Config.pm index be703bed7..bef472cc1 100644 --- a/extensions/RestrictComments/Config.pm +++ b/extensions/RestrictComments/Config.pm @@ -7,9 +7,7 @@ package Bugzilla::Extension::RestrictComments; -use 5.10.1; use strict; -use warnings; use constant NAME => 'RestrictComments'; use constant REQUIRED_MODULES => []; diff --git a/extensions/RestrictComments/Extension.pm b/extensions/RestrictComments/Extension.pm index 213a1c44a..61a4912b3 100644 --- a/extensions/RestrictComments/Extension.pm +++ b/extensions/RestrictComments/Extension.pm @@ -7,7 +7,6 @@ package Bugzilla::Extension::RestrictComments; -use 5.10.1; use strict; use warnings; diff --git a/extensions/RestrictComments/lib/Config.pm b/extensions/RestrictComments/lib/Config.pm index 55cf11187..33607e680 100644 --- a/extensions/RestrictComments/lib/Config.pm +++ b/extensions/RestrictComments/lib/Config.pm @@ -7,7 +7,6 @@ package Bugzilla::Extension::RestrictComments::Config; -use 5.10.1; use strict; use warnings; |