1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
---
abstract: 'Parse and evaluate XPath statements.'
author:
- 'Matt Sergeant, AxKit.com Ltd'
build_requires:
Path::Tiny: '0.076'
Test::More: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
license: artistic_2
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: XML-XPath
no_index:
directory:
- t
- inc
provides:
XML::XPath:
file: lib/XML/XPath.pm
version: '1.48'
XML::XPath::Boolean:
file: lib/XML/XPath/Boolean.pm
version: '1.48'
XML::XPath::Builder:
file: lib/XML/XPath/Builder.pm
version: '1.48'
XML::XPath::Expr:
file: lib/XML/XPath/Expr.pm
version: '1.48'
XML::XPath::Function:
file: lib/XML/XPath/Function.pm
version: '1.48'
XML::XPath::Literal:
file: lib/XML/XPath/Literal.pm
version: '1.48'
XML::XPath::LocationPath:
file: lib/XML/XPath/LocationPath.pm
version: '1.48'
XML::XPath::Node:
file: lib/XML/XPath/Node.pm
version: '1.48'
XML::XPath::Node::Attribute:
file: lib/XML/XPath/Node/Attribute.pm
version: '1.48'
XML::XPath::Node::AttributeImpl:
file: lib/XML/XPath/Node/Attribute.pm
version: '1.48'
XML::XPath::Node::Comment:
file: lib/XML/XPath/Node/Comment.pm
version: '1.48'
XML::XPath::Node::Element:
file: lib/XML/XPath/Node/Element.pm
version: '1.48'
XML::XPath::Node::Namespace:
file: lib/XML/XPath/Node/Namespace.pm
version: '1.48'
XML::XPath::Node::PI:
file: lib/XML/XPath/Node/PI.pm
version: '1.48'
XML::XPath::Node::Text:
file: lib/XML/XPath/Node/Text.pm
version: '1.48'
XML::XPath::NodeSet:
file: lib/XML/XPath/NodeSet.pm
version: '1.48'
XML::XPath::Number:
file: lib/XML/XPath/Number.pm
version: '1.48'
XML::XPath::Parser:
file: lib/XML/XPath/Parser.pm
version: '1.48'
XML::XPath::PerlSAX:
file: lib/XML/XPath/PerlSAX.pm
version: '1.48'
XML::XPath::Root:
file: lib/XML/XPath/Root.pm
version: '1.48'
XML::XPath::Step:
file: lib/XML/XPath/Step.pm
version: '1.48'
XML::XPath::Variable:
file: lib/XML/XPath/Variable.pm
version: '1.48'
XML::XPath::XMLParser:
file: lib/XML/XPath/XMLParser.pm
version: '1.48'
requires:
Scalar::Util: '1.45'
XML::Parser: '2.23'
perl: '5.010001'
resources:
repository: https://github.com/manwar/XML-XPath.git
version: '1.48'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|