Bump required Module::Install version in everything. janus++
Tomas Doran [Thu, 7 May 2009 13:19:53 +0000 (13:19 +0000)]
Makefile.PL

index 7b6fbc4..5b81684 100644 (file)
@@ -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';