little SQL typo fix, now builds 'NoZebraIndexes' index mapping correctly.
[srvgit] / 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;