From 46dc86d497c327762586d009f04ed6cf1541dada Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 10 Apr 2025 00:18:26 -0400 Subject: [PATCH] Fix links to MAPPING section --- lib/JSON/PP.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/JSON/PP.pm b/lib/JSON/PP.pm index 45d7a5b..660ae7b 100644 --- a/lib/JSON/PP.pm +++ b/lib/JSON/PP.pm @@ -1754,7 +1754,7 @@ and are also used to represent JSON C and C in Perl strings. On perl 5.36 and above, will also return true when given one of perl's standard boolean values, such as the result of a comparison. -See L, below, for more information on how JSON values are mapped to +See L, below, for more information on how JSON values are mapped to Perl. =head1 OBJECT-ORIENTED INTERFACE @@ -2413,7 +2413,7 @@ objects into JSON numbers. print $json->encode($bigfloat); # => 2.000000000000000000000000001 -See also L. +See also L. =head2 loose