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.004~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git;a=commitdiff_plain;h=e996a5cb22117d65811407293251e6b1c75359a8 Bump required Module::Install version in everything. janus++ --- diff --git a/Makefile.PL b/Makefile.PL index 7b6fbc4..5b81684 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ use strict; -use inc::Module::Install; +use inc::Module::Install 0.87; name 'Catalyst-Authentication-Store-Htpasswd'; all_from 'lib/Catalyst/Authentication/Store/Htpasswd.pm';