From: Matt S Trout Date: Sun, 15 Jul 2012 23:21:46 +0000 (+0000) Subject: add versions to dep list X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FApp-EzPz.git;a=commitdiff_plain;h=c98f186fe5d6ce802caf0aa601e32ce8fe2fbf6e add versions to dep list --- diff --git a/Makefile.PL b/Makefile.PL index fdccdc6..c9fc2a8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,13 +15,15 @@ WriteMakefile( NAME => 'App-EzPz', VERSION => 0, PREREQ_PM => { - Moo => 0, - 'IO::All' => 0, - 'Module::Runtime' => 0, - 'Eval::WithLexicals' => 0, - 'IPC::System::Simple' => 0, - strictures => 0, - 'File::Which' => 0, - 'Capture::Tiny' => 0, + Moo => 0.91012, + 'IO::All' => 0.44, + 'Module::Runtime' => 0.013, + 'Eval::WithLexicals' => 1.002, + 'IPC::System::Simple' => 1.21, + strictures => 1.004001, + 'File::Which' => 1.09, + 'Capture::Tiny' => 0.18, + 'Web::Simple' => 0.18, + 'HTML::Zoom' => 0.009006, } );