From: Tomas Doran Date: Thu, 7 May 2009 13:19:53 +0000 (+0000) Subject: Bump required Module::Install version in everything. janus++ X-Git-Tag: v4.00~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTask-Catalyst.git;a=commitdiff_plain;h=0aede3bd57636ebcc83b139962c9783d5fa016af;hp=e1bf6e1444fd3032b70900401d88860a186083be Bump required Module::Install version in everything. janus++ --- diff --git a/Makefile.PL b/Makefile.PL index 4d2970f..38ef2ab 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.67; +use inc::Module::Install 0.87; name 'Task-Catalyst'; all_from 'lib/Task/Catalyst.pm';