]> git.refcnt.org Git - lugs.git/commitdiff
make-html: don't possibly import from LUGS::Events::Parser
authorSteven Schubiger <stsc@refcnt.org>
Wed, 24 Jul 2013 13:32:11 +0000 (15:32 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Wed, 24 Jul 2013 13:32:11 +0000 (15:32 +0200)
make-html/make-html.pl

index 74b3371b39c51b646c242e486c2d6d7eb840c8f8..71cdd6f5c2e04145c41b89536ecfabeed43a2093 100755 (executable)
@@ -74,7 +74,7 @@ use constant true => 1;
 
 use File::Copy qw(copy);
 use File::Temp qw(tempfile);
 
 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
 
 # Return a new instance of our class.
 sub new