adding a new option, -w, which disables shadow indexing for the current batch (faster...
[koha_fer] / misc / migration_tools / check_parser.pl
1 #!/usr/bin/perl
2  
3 use XML::SAX::ParserFactory;
4 $parser = XML::SAX::ParserFactory->parser();
5 print $parser;