NAME

Web::Magic::Util - Web::Magic's dumping ground

SYNOPSIS

use Web::Magic;
# Web::Magic automatically includes Web::Magic::Util

DESCRIPTION

This module is a helper for Web::Magic. End users probably don't need to worry about this module directly.

XML::LibXML::NodeList methods

XML::LibXML 1.91 and above adds some handy methods to XML::LibXML::NodeList: map, grep, sort, reverse, foreach and reduce. This module backports them for earlier versions of XML::LibXML. It essentially just monkey-patches XML::LibXML::NodeList, but first checks which version you're using.

SEE ALSO

Web::Magic, XML::LibXML::NodeList.

AUTHOR

Toby Inkster <tobyink@cpan.org>.

COPYRIGHT AND LICENCE

This software is copyright (c) 2012 by Toby Inkster.

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

DISCLAIMER OF WARRANTIES

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.