From b8314f8319f00c9bb507d67f11ab8e75d1ca659f Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Thu, 10 Mar 2016 18:19:10 +0000 Subject: nms: Fix comments (presumably) --- include/nms/web.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/nms/web.pm b/include/nms/web.pm index 74f40c1..184cd90 100755 --- a/include/nms/web.pm +++ b/include/nms/web.pm @@ -12,7 +12,7 @@ package nms::web; use base 'Exporter'; our %get_params; our %json; -our @EXPORT = qw(finalize_output json dbh db_safe_quote %get_params get_input %json); +our @EXPORT = qw(finalize_output json $dbh db_safe_quote %get_params get_input %json); our $dbh; our $now; our $when; -- cgit v1.2.3