X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FJSON-Diffable.git;a=blobdiff_plain;f=lib%2FJSON%2FDiffable.pm;fp=lib%2FJSON%2FDiffable.pm;h=8542f2634eecb9badb9a1e6ed25678b15ae8f47e;hp=c9cef45a25426c18eeaa9ba84bd2144179cc6184;hb=76e1f3094cbf69754e3b022d8ddd2cf89a2bd20a;hpb=381475799f04145f9eb980eaee063d72b2b7c680 diff --git a/lib/JSON/Diffable.pm b/lib/JSON/Diffable.pm index c9cef45..8542f26 100644 --- a/lib/JSON/Diffable.pm +++ b/lib/JSON/Diffable.pm @@ -7,7 +7,8 @@ package JSON::Diffable; use JSON (); use Exporter 'import'; -our $VERSION = '0.000001'; +our $VERSION = '0.000001'; # 0.0.1 + $VERSION = eval $VERSION; my $real = JSON->new->relaxed->allow_nonref->utf8; @@ -94,7 +95,7 @@ L function. my $json = encode_json($data); -Turns a Perl data structure into relaxed JSON. +Turns a Perl data structure into diffable JSON. =head2 decode_json