Bug 5549 : Only use DateTime for issues table
[koha.git] / misc / sax_parser_print.pl
index 97c0ab5..d206a5e 100755 (executable)
@@ -1,7 +1,11 @@
 #!/usr/bin/perl
 # check the current SAX Parser
+
+use strict;
+use warnings;
 use XML::SAX::ParserFactory;
-$parser = XML::SAX::ParserFactory->parser();
+
+my $parser = XML::SAX::ParserFactory->parser();
 print "Koha wants something like:
     XML::LibXML::SAX::Parser=HASH(0x81fe220)
 You have: