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
|
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.031.
Changes
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
build/Dockerfile
cpanfile
dist.ini
examples/eg1.pl
issues/issue48/Dockerfile
jsonpath-compliance-test-suite/CODE_OF_CONDUCT.md
jsonpath-compliance-test-suite/CONTRIBUTING.md
jsonpath-compliance-test-suite/LICENSE
jsonpath-compliance-test-suite/NOTICE
jsonpath-compliance-test-suite/README.md
jsonpath-compliance-test-suite/build.js
jsonpath-compliance-test-suite/build.ps1
jsonpath-compliance-test-suite/build.sh
jsonpath-compliance-test-suite/cts.json
jsonpath-compliance-test-suite/cts.schema.json
jsonpath-compliance-test-suite/tests/basic.json
jsonpath-compliance-test-suite/tests/filter.json
jsonpath-compliance-test-suite/tests/functions/count.json
jsonpath-compliance-test-suite/tests/functions/length.json
jsonpath-compliance-test-suite/tests/functions/match.json
jsonpath-compliance-test-suite/tests/functions/search.json
jsonpath-compliance-test-suite/tests/functions/value.json
jsonpath-compliance-test-suite/tests/index_selector.json
jsonpath-compliance-test-suite/tests/name_selector.json
jsonpath-compliance-test-suite/tests/slice_selector.json
jsonpath-compliance-test-suite/tests/whitespace/filter.json
jsonpath-compliance-test-suite/tests/whitespace/functions.json
jsonpath-compliance-test-suite/tests/whitespace/operators.json
jsonpath-compliance-test-suite/tests/whitespace/selectors.json
jsonpath-compliance-test-suite/tests/whitespace/slice.json
lib/JSON/Path.pm
lib/JSON/Path/Constants.pm
lib/JSON/Path/Evaluator.pm
lib/JSON/Path/Tokenizer.pm
meta/changes.pret
meta/doap.pret
meta/makefile.pret
t/01basic.t
t/02zeroth.t
t/03shortcuts.t
t/04map.t
t/05set.t
t/06lvalue.t
t/07utf8.t
t/08context.t
t/dots_in_path.t
t/evaluator/path-construction-fail.t
t/evaluator/paths.t
t/evaluator/refs.t
t/evaluator/tokenize.t
t/evaluator/want_path.t
t/filter_expression_and_or.t
t/filter_expression_nested_objects.t
t/filter_expression_regex.t
t/hashref_not_modified.t
t/multiple-recursion.t
t/path-construction-failure.t
t/quotes-in-filter-expression.t
weaver.ini
xt/01pod.t
xt/02pod_coverage.t
xt/03meta_uptodate.config
xt/03meta_uptodate.t
xt/04eol.t
xt/06versions.t
|