From: Peter Rabbitson Date: Fri, 13 Aug 2010 10:35:51 +0000 (+0000) Subject: Bump M::I dep to a version not abusing FindBin X-Git-Tag: v0.11008~38 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bc38e1f5ef71bd4f5d54e2f78cd91462491dfd90;p=dbsrgits%2FSQL-Translator.git Bump M::I dep to a version not abusing FindBin --- diff --git a/Makefile.PL b/Makefile.PL index bffaa89..4f54cfb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.91; +use inc::Module::Install 1.00; use strict; use warnings;