summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/Extension.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-10-08 13:05:25 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-10-08 13:05:25 +0200
commitab2667128b1c9546bd0d1df63af2e19d19b94e5f (patch)
treebde87a829b1244b2b7d058ff9e317ecb33cc17e1 /extensions/Voting/Extension.pm
parentd9ff8889f92abbaef07b0ef98da0064e8965176e (diff)
downloadbugzilla-ab2667128b1c9546bd0d1df63af2e19d19b94e5f.tar.gz
bugzilla-ab2667128b1c9546bd0d1df63af2e19d19b94e5f.tar.xz
Bug 652047: checksetup.pl fails to compile/run if the Voting extension is enabled on a fresh install
r=glob a=LpSolit
Diffstat (limited to 'extensions/Voting/Extension.pm')
-rw-r--r--extensions/Voting/Extension.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/Voting/Extension.pm b/extensions/Voting/Extension.pm
index ead81266a..a5a3bc11b 100644
--- a/extensions/Voting/Extension.pm
+++ b/extensions/Voting/Extension.pm
@@ -40,7 +40,6 @@ use Bugzilla::Token;
use List::Util qw(min);
-use constant NAME => 'Voting';
use constant VERSION => BUGZILLA_VERSION;
use constant DEFAULT_VOTES_PER_BUG => 1;
# These came from Bugzilla itself, so they maintain the old numbers