Description: Fixing POD problems.
Author: Andrius Merkys <merkys@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2021-02-01

--- a/lib/JSON/Path/Evaluator.pm
+++ b/lib/JSON/Path/Evaluator.pm
@@ -894,13 +894,13 @@
 
 =over 4
 
-=item *
+=item Z<>*
 
 JSONPath uses the token '$' to refer to the root node. As this is not valid Perl, this should be
 
 replaced with '$root' in a filter expression.
 
-=item *
+=item Z<>*
 
 JSONPath uses the token '@' to refer to the current node. This is also not valid Perl. Use '$_'
 
--- a/lib/JSON/Path.pm
+++ b/lib/JSON/Path.pm
@@ -134,7 +134,7 @@
 
 =head1 NAME
 
-JSON::Path
+JSON::Path - search nested hashref/arrayref structures using JSONPath
 
 =head1 VERSION
 
