Subject: | [PATCH] Add $VERSION to JSON::PP::Boolean |
Attached patch adds a $VERSION variable to JSON::PP::Boolean.
Without $VERION, CPAN keeps saying the module needs to be updated.
Subject: | JSON-PP.patch |
diff -urN JSON-PP-2.27202/lib/JSON/PP/Boolean.pm JSON-PP-mod/lib/JSON/PP/Boolean.pm
--- JSON-PP-2.27202/lib/JSON/PP/Boolean.pm 2013-02-23 01:30:33.000000000 -0500
+++ JSON-PP-mod/lib/JSON/PP/Boolean.pm 2013-03-13 09:16:26.221250000 -0400
@@ -13,7 +13,7 @@
=cut
-use JSON::PP ();
+use JSON::PP (); $JSON::PP::Boolean::VERSION = $JSON::PP::VERSION;
use strict;
1;