summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2013-07-24 15:32:11 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2013-07-24 15:32:11 +0200
commit34df6cdf7c1f108dca22738e570dda5b5452ca41 (patch)
tree2ed18b514ecf0da00449fe68f51e227f9e9dabcb
parent3db8326946100a54d5891f5bf1de62676c94833c (diff)
downloadlugs-34df6cdf7c1f108dca22738e570dda5b5452ca41.tar.gz
lugs-34df6cdf7c1f108dca22738e570dda5b5452ca41.tar.bz2
make-html: don't possibly import from LUGS::Events::Parser
-rwxr-xr-xmake-html/make-html.pl2
1 files changed, 1 insertions, 1 deletions
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