public
Description: perl testing for XML a la Test::Deep
Homepage:
Clone URL: git://github.com/jlavallee/Test-XML-Deep.git
name age message
file .cvsignore Thu Feb 19 06:39:07 -0800 2009 committing initial skeleton [jlavallee]
file .gitignore Thu Feb 26 19:56:13 -0800 2009 sign dist, ignore tarballs [jlavallee]
file Build.PL Fri Mar 20 18:38:13 -0700 2009 added repository and bugtracker resources [jlavallee]
file Changes Fri Mar 20 18:42:11 -0700 2009 releasing 0.07 [jlavallee]
file MANIFEST Loading commit data...
file MANIFEST.SKIP Thu Feb 19 07:45:16 -0800 2009 MANIFEST.SKIP is convenient! [jlavallee]
file META.yml Fri Mar 20 18:38:13 -0700 2009 added repository and bugtracker resources [jlavallee]
file Makefile.PL Fri Mar 20 18:38:13 -0700 2009 added repository and bugtracker resources [jlavallee]
file README
directory lib/ Fri Mar 13 19:29:56 -0700 2009 link mention of Test::Deep, add link to source [jlavallee]
directory t/ Fri Mar 20 18:38:53 -0700 2009 test to verify that the user doesn't need to us... [jlavallee]
README
Test-XML-Deep

XML::Simple + Test::Deep = Test::XML::Deep

INSTALLATION

To install this module, run the following commands:

  perl Build.PL
  ./Build
  ./Build test
  ./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Test::XML::Deep

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-XML-Deep

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Test-XML-Deep

    CPAN Ratings
        http://cpanratings.perl.org/d/Test-XML-Deep

    Search CPAN
        http://search.cpan.org/dist/Test-XML-Deep


COPYRIGHT AND LICENCE

Copyright (C) 2009 Jeff Lavallee

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.