diff options
author | Steven Schubiger <stsc@refcnt.org> | 2013-07-24 15:32:11 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2013-07-24 15:32:11 +0200 |
commit | 34df6cdf7c1f108dca22738e570dda5b5452ca41 (patch) | |
tree | 2ed18b514ecf0da00449fe68f51e227f9e9dabcb | |
parent | 3db8326946100a54d5891f5bf1de62676c94833c (diff) | |
download | lugs-34df6cdf7c1f108dca22738e570dda5b5452ca41.tar.gz lugs-34df6cdf7c1f108dca22738e570dda5b5452ca41.tar.bz2 |
make-html: don't possibly import from LUGS::Events::Parser
-rwxr-xr-x | make-html/make-html.pl | 2 |
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 |