From 1024d9b797217682cba6d89e484620782a7bb327 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 21 Jun 2018 11:07:50 -0400 Subject: Bug 1461379 - use DBIx::Connector to manage database connections --- token.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'token.cgi') diff --git a/token.cgi b/token.cgi index 51ed93977..990040050 100755 --- a/token.cgi +++ b/token.cgi @@ -23,7 +23,7 @@ use Date::Format; use Date::Parse; use JSON qw( decode_json ); -my $dbh = Bugzilla->dbh; +local our $dbh = Bugzilla->dbh; local our $cgi = Bugzilla->cgi; local our $template = Bugzilla->template; local our $vars = {}; -- cgit v1.2.3-24-g4f1b