summaryrefslogtreecommitdiffstats
path: root/extensions/MoreBugUrl
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2013-01-01 23:59:13 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-01-01 23:59:13 +0100
commit91ad0813c473f7de1fc0aef3b17e7bc03fb67050 (patch)
treeffdfc11be664e5af96b0f4079345636fc3cfb14a /extensions/MoreBugUrl
parent4663186fdcb2ac1142d3697e27a8f67ce3c92510 (diff)
downloadbugzilla-91ad0813c473f7de1fc0aef3b17e7bc03fb67050.tar.gz
bugzilla-91ad0813c473f7de1fc0aef3b17e7bc03fb67050.tar.xz
Bug 816870: All extensions must require Perl 5.10.1 to pass tests
r/a=LpSolit
Diffstat (limited to 'extensions/MoreBugUrl')
-rw-r--r--extensions/MoreBugUrl/Config.pm2
-rw-r--r--extensions/MoreBugUrl/Extension.pm2
-rw-r--r--extensions/MoreBugUrl/lib/GetSatisfaction.pm2
-rw-r--r--extensions/MoreBugUrl/lib/PHP.pm2
-rw-r--r--extensions/MoreBugUrl/lib/RT.pm2
-rw-r--r--extensions/MoreBugUrl/lib/ReviewBoard.pm2
-rw-r--r--extensions/MoreBugUrl/lib/Rietveld.pm2
7 files changed, 14 insertions, 0 deletions
diff --git a/extensions/MoreBugUrl/Config.pm b/extensions/MoreBugUrl/Config.pm
index b5af9c00e..1e62306c4 100644
--- a/extensions/MoreBugUrl/Config.pm
+++ b/extensions/MoreBugUrl/Config.pm
@@ -6,6 +6,8 @@
# defined by the Mozilla Public License, v. 2.0.
package Bugzilla::Extension::MoreBugUrl;
+
+use 5.10.1;
use strict;
use constant NAME => 'MoreBugUrl';
diff --git a/extensions/MoreBugUrl/Extension.pm b/extensions/MoreBugUrl/Extension.pm
index b251e70a8..5c71fa598 100644
--- a/extensions/MoreBugUrl/Extension.pm
+++ b/extensions/MoreBugUrl/Extension.pm
@@ -6,6 +6,8 @@
# defined by the Mozilla Public License, v. 2.0.
package Bugzilla::Extension::MoreBugUrl;
+
+use 5.10.1;
use strict;
use parent qw(Bugzilla::Extension);
diff --git a/extensions/MoreBugUrl/lib/GetSatisfaction.pm b/extensions/MoreBugUrl/lib/GetSatisfaction.pm
index 5adb897bc..4c077b1a6 100644
--- a/extensions/MoreBugUrl/lib/GetSatisfaction.pm
+++ b/extensions/MoreBugUrl/lib/GetSatisfaction.pm
@@ -6,6 +6,8 @@
# defined by the Mozilla Public License, v. 2.0.
package Bugzilla::Extension::MoreBugUrl::GetSatisfaction;
+
+use 5.10.1;
use strict;
use parent qw(Bugzilla::BugUrl);
diff --git a/extensions/MoreBugUrl/lib/PHP.pm b/extensions/MoreBugUrl/lib/PHP.pm
index 38795b5e6..1521cae1a 100644
--- a/extensions/MoreBugUrl/lib/PHP.pm
+++ b/extensions/MoreBugUrl/lib/PHP.pm
@@ -6,6 +6,8 @@
# defined by the Mozilla Public License, v. 2.0.
package Bugzilla::Extension::MoreBugUrl::PHP;
+
+use 5.10.1;
use strict;
use parent qw(Bugzilla::BugUrl);
diff --git a/extensions/MoreBugUrl/lib/RT.pm b/extensions/MoreBugUrl/lib/RT.pm
index 132118089..724456828 100644
--- a/extensions/MoreBugUrl/lib/RT.pm
+++ b/extensions/MoreBugUrl/lib/RT.pm
@@ -6,6 +6,8 @@
# defined by the Mozilla Public License, v. 2.0.
package Bugzilla::Extension::MoreBugUrl::RT;
+
+use 5.10.1;
use strict;
use parent qw(Bugzilla::BugUrl);
diff --git a/extensions/MoreBugUrl/lib/ReviewBoard.pm b/extensions/MoreBugUrl/lib/ReviewBoard.pm
index 0c4d83fab..08128353f 100644
--- a/extensions/MoreBugUrl/lib/ReviewBoard.pm
+++ b/extensions/MoreBugUrl/lib/ReviewBoard.pm
@@ -6,6 +6,8 @@
# defined by the Mozilla Public License, v. 2.0.
package Bugzilla::Extension::MoreBugUrl::ReviewBoard;
+
+use 5.10.1;
use strict;
use parent qw(Bugzilla::BugUrl);
diff --git a/extensions/MoreBugUrl/lib/Rietveld.pm b/extensions/MoreBugUrl/lib/Rietveld.pm
index f9e894032..a8bccba08 100644
--- a/extensions/MoreBugUrl/lib/Rietveld.pm
+++ b/extensions/MoreBugUrl/lib/Rietveld.pm
@@ -6,6 +6,8 @@
# defined by the Mozilla Public License, v. 2.0.
package Bugzilla::Extension::MoreBugUrl::Rietveld;
+
+use 5.10.1;
use strict;
use parent qw(Bugzilla::BugUrl);