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: v1.010~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-HTTP.git;a=commitdiff_plain;h=c26592ce034e1e2c2070cef0ca0dd389efb42428 Bump required Module::Install version in everything. janus++ --- diff --git a/Makefile.PL b/Makefile.PL index 9661752..36b4a92 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.65; +use inc::Module::Install 0.87; name 'Catalyst-Authentication-Credential-HTTP'; all_from 'lib/Catalyst/Authentication/Credential/HTTP.pm';