From a6ff444d9a4d6a40623a9899731d9b3467984b7d Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 8 Oct 2012 13:01:56 +0200 Subject: Bug 652047: checksetup.pl fails to compile/run if the Voting extension is enabled on a fresh install r=glob a=LpSolit --- extensions/Voting/Extension.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'extensions/Voting/Extension.pm') 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 -- cgit v1.2.3-24-g4f1b