The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
XML::Canonical version 0.05
===========================

DESCRIPTION

This module provides an implementation of the w3 Canonical XML Recommendation
(http://www.w3.org/TR/2001/REC-xml-c14n-20010315)
It uses XML::GDOME for its DOM tree and XPath nodes.

The goal is to provide a full XML Security library that implements
the w3 XML Signature recommendation.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

XML-GDOME-0.75 or greater, available from www.cpan.org
libgdome-0.7.1pre7 or greater, available from tjmather.com/xml-gdome
libxml-2.4.8 or greater, available from www.xmlsoft.org

COPYRIGHT AND LICENCE

Copyright (C) 2001 T.J. Mather.  XML::Canonical is free software;
you may redistribute it and/or modify it under the same terms as Perl itself.