added JSON-Diffable dep
Robert 'phaylon' Sedlacek [Fri, 15 Jun 2012 02:45:03 +0000 (02:45 +0000)]
Makefile.PL

index 34eedd9..f3a036f 100644 (file)
@@ -24,6 +24,7 @@ my %requires = (
     'Capture::Tiny'             => 0,
     'File::Tree::Snapshot'      => 0,
     'Object::Remote'            => 0,
+    'JSON::Diffable'            => 0,
 );
 
 # have to do this since old EUMM dev releases miss the eval $VERSION line