Codebase list libjson-path-perl / 22410e87-0036-4f8e-b80a-88d60fb30a1f/main
Refresh patches. Debian Janitor 1 year, 8 months ago
1 changed file(s) with 11 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
22 Reviewed-by: gregor herrmann <gregoa@debian.org>
33 Last-Update: 2022-09-09
44
5 --- a/lib/JSON/Path/Evaluator.pm
6 +++ b/lib/JSON/Path/Evaluator.pm
7 @@ -841,7 +841,7 @@
5 Index: libjson-path-perl/lib/JSON/Path/Evaluator.pm
6 ===================================================================
7 --- libjson-path-perl.orig/lib/JSON/Path/Evaluator.pm
8 +++ libjson-path-perl/lib/JSON/Path/Evaluator.pm
9 @@ -841,7 +841,7 @@ child operator
810
911 recursive descent. JSONPath borrows this syntax from E4X.
1012
1315
1416 wildcard. All objects/elements regardless their names.
1517
16 @@ -903,13 +903,13 @@
18 @@ -903,13 +903,13 @@ When filtering in Perl, there are some d
1719
1820 =over 4
1921
2931
3032 JSONPath uses the token '@' to refer to the current node. This is also not valid Perl. Use '$_'
3133
32 --- a/lib/JSON/Path.pm
33 +++ b/lib/JSON/Path.pm
34 @@ -130,7 +130,7 @@
34 Index: libjson-path-perl/lib/JSON/Path.pm
35 ===================================================================
36 --- libjson-path-perl.orig/lib/JSON/Path.pm
37 +++ libjson-path-perl/lib/JSON/Path.pm
38 @@ -130,7 +130,7 @@ __END__
3539
3640 =head1 NAME
3741