From: Steven Schubiger Date: Wed, 24 Jul 2013 13:32:11 +0000 (+0200) Subject: make-html: don't possibly import from LUGS::Events::Parser X-Git-Url: http://git.refcnt.org/?p=lugs.git;a=commitdiff_plain;h=34df6cdf7c1f108dca22738e570dda5b5452ca41;ds=sidebyside make-html: don't possibly import from LUGS::Events::Parser --- diff --git a/make-html/make-html.pl b/make-html/make-html.pl index 74b3371..71cdd6f 100755 --- a/make-html/make-html.pl +++ b/make-html/make-html.pl @@ -74,7 +74,7 @@ use constant true => 1; use File::Copy qw(copy); use File::Temp qw(tempfile); -use LUGS::Events::Parser; +use LUGS::Events::Parser (); # Return a new instance of our class. sub new