summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Memcached.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-07-23 17:24:13 +0200
committerDylan William Hardison <dylan@hardison.net>2018-08-04 18:25:17 +0200
commitc32c9f3aad0f48896d6a7c601f4f03cccce48e22 (patch)
treef1fadbf5a18278119b2831798d985f4e1facf878 /Bugzilla/Memcached.pm
parent0203250011f351c58c4e414e17d39abd880211b7 (diff)
downloadbugzilla-c32c9f3aad0f48896d6a7c601f4f03cccce48e22.tar.gz
bugzilla-c32c9f3aad0f48896d6a7c601f4f03cccce48e22.tar.xz
more tidy
Diffstat (limited to 'Bugzilla/Memcached.pm')
-rw-r--r--Bugzilla/Memcached.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Memcached.pm b/Bugzilla/Memcached.pm
index 40755aa29..6bbef080a 100644
--- a/Bugzilla/Memcached.pm
+++ b/Bugzilla/Memcached.pm
@@ -25,6 +25,8 @@ use Sys::Syslog qw(:DEFAULT);
use constant MAX_KEY_LENGTH => 250;
use constant RATE_LIMIT_PREFIX => "rate:";
+*new = \&_new;
+
sub _new {
my $invocant = shift;
my $class = ref($invocant) || $invocant;