release preparations
[scpubgit/JSON-Diffable.git] / lib / JSON / Diffable.pm
index b24a219..8542f26 100644 (file)
@@ -1,11 +1,14 @@
 use strictures 1;
 
+# lots of this stuff was sponsored by socialflow.com
+
 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;
@@ -92,7 +95,7 @@ L</decode_json> 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
 
@@ -100,4 +103,8 @@ Turns a Perl data structure into relaxed JSON.
 
 Turns relaxed JSON into a Perl data structure.
 
+=head1 SPONSORED
+
+The development of this module was sponsored by L<http://socialflow.com/>.
+
 =cut