Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 958 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 958 Bytes

Build Status

Perl 5 XML Validation with DTD and XSD

Code and files used in my article which briefly covers XML Validation in Perl 5 using XML::LibXML modules.

To Install

git clone https://github.com/kirklewis/perl5-xml-validation.git
cd perl5-xml-validation
cpanm -L local --installdeps .

NB: You can also create perlbrew lib and install your modules there instead.

Run Tests

The test files are located in the t/ directory.

prove -Ilocal/lib/perl5 -v t/

Copyright (c) 2020 Kirk Lewis

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