ASCII-Validate

This module validates the content on ASCII files. Any binary characters in the file
will be reported as a error. In addition when preparing a text file, by mistake, if
the author performs a multiple key presses or have used any text markup tags without
any content, errors will be reported. This module will be useful for programmers
developing validation tools for XML publishing.

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 ASCII::Validate

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/ASCII-Validate

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=ASCII-Validate

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/ASCII-Validate

    CPAN Ratings:
        http://cpanratings.perl.org/d/ASCII-Validate

COPYRIGHT AND LICENCE

Copyright (C) 2008 Sriram Rajagopalan

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