diff options
Diffstat (limited to 'make-html')
-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 |