XML-Parsepp-Testgen Version 0.01 XML::Parsepp::Testgen - Generate testcases for XML::Parsepp SYNOPSIS XML::Parsepp::Testgen uses XML::Parser to generate testcases. xml_2_test converts from XML to testfiles. The input ist a list of XML documents, separated by the special line "===". The output is a valid test script. The inverse function is also available: test_2_xml takes a previously generated testfile and extracts the original XML. use XML::Parsepp::Testgen qw(xml_2_test test_2_xml); INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc XML::Parsepp::Testgen You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=XML-Parsepp-Testgen AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/XML-Parsepp-Testgen CPAN Ratings http://cpanratings.perl.org/d/XML-Parsepp-Testgen Search CPAN http://search.cpan.org/dist/XML-Parsepp-Testgen AUTHOR Klaus Eichner COPYRIGHT AND LICENSE Copyright (C) 2012 by Klaus Eichner All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the artistic license 2.0, see http://www.opensource.org/licenses/artistic-license-2.0.php