summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZak B. Elep <zakame@zakame.net>2019-03-21 00:14:52 +0800
committerZak B. Elep <zakame@zakame.net>2019-03-21 02:28:58 +0800
commitc15407c8b80c36d88f9038e7519e468ffd132da5 (patch)
treea00045ef87adc04a7529f799a6ed39a252ab0a54
parentfd8a724d07d01b3d084acd5c5d6c5c499e19e887 (diff)
downloadperl-c15407c8b80c36d88f9038e7519e468ffd132da5.tar.gz
Fix $JSON::PP::Boolean::VERSION
Match to the correct version of JSON::PP already installed in commit 929e53be972b0c811eca54a3c7017db116f62e4a.
-rw-r--r--cpan/JSON-PP/lib/JSON/PP/Boolean.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/JSON-PP/lib/JSON/PP/Boolean.pm b/cpan/JSON-PP/lib/JSON/PP/Boolean.pm
index 5e65f2fd3e..8b98c95c2f 100644
--- a/cpan/JSON-PP/lib/JSON/PP/Boolean.pm
+++ b/cpan/JSON-PP/lib/JSON/PP/Boolean.pm
@@ -10,7 +10,7 @@ overload::import('overload',
fallback => 1,
);
-$JSON::PP::Boolean::VERSION = '4.00';
+$JSON::PP::Boolean::VERSION = '4.02';
1;