From: Robert 'phaylon' Sedlacek Date: Fri, 15 Jun 2012 01:44:58 +0000 (+0000) Subject: updated deps X-Git-Tag: v0.001_001~46 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b750da5f9cbd7468f9f508154a03c54f4b46e951;p=scpubgit%2FSystem-Introspector.git updated deps --- diff --git a/Makefile.PL b/Makefile.PL index 9de6950..34eedd9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -21,6 +21,9 @@ my %requires = ( 'Digest::SHA' => 0, 'strictures' => 1, 'IPC::Run' => 0, + 'Capture::Tiny' => 0, + 'File::Tree::Snapshot' => 0, + 'Object::Remote' => 0, ); # have to do this since old EUMM dev releases miss the eval $VERSION line