From: Robert 'phaylon' Sedlacek Date: Fri, 15 Jun 2012 02:45:03 +0000 (+0000) Subject: added JSON-Diffable dep X-Git-Tag: v0.001_001~43 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8f6edb5832295125e507fb07b529feab1bbb7063;p=scpubgit%2FSystem-Introspector.git added JSON-Diffable dep --- diff --git a/Makefile.PL b/Makefile.PL index 34eedd9..f3a036f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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