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-20 23:52:51 +0200
commit8d59839660e4aa848c32295c1851bb0180f90116 (patch)
treefbfa5fc805c7594d6d08a917a40ba5a5611a7bd6 /Bugzilla/Memcached.pm
parent0108df4cc381df0b013addaed565595b8bb23299 (diff)
downloadbugzilla-8d59839660e4aa848c32295c1851bb0180f90116.tar.gz
bugzilla-8d59839660e4aa848c32295c1851bb0180f90116.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;