summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/Extension.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-10-08 13:01:56 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-10-08 13:01:56 +0200
commita6ff444d9a4d6a40623a9899731d9b3467984b7d (patch)
treecf1b22e0e52532463b7fd0022e3fa30784ee82f0 /extensions/Voting/Extension.pm
parent39cabcff828dd0821eb44d9a3f26febd30751231 (diff)
downloadbugzilla-a6ff444d9a4d6a40623a9899731d9b3467984b7d.tar.gz
bugzilla-a6ff444d9a4d6a40623a9899731d9b3467984b7d.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 4cb8171e8..49ab99e13 100644
--- a/extensions/Voting/Extension.pm
+++ b/extensions/Voting/Extension.pm
@@ -21,7 +21,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