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: v0.1006~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6149223df99025b1738b64c21853a065f10354dd;hp=d94851da6ba1c489ebd20d159c0df06c332b3687;p=catagits%2FCatalyst-Authentication-Store-LDAP.git Bump required Module::Install version in everything. janus++ --- diff --git a/Makefile.PL b/Makefile.PL index 8fa0f37..da8d1d6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install; +use inc::Module::Install 0.87; name('Catalyst-Authentication-Store-LDAP'); abstract('Authenticate Users against LDAP Directories');