From: Peter Rabbitson Date: Sun, 4 Jul 2010 09:59:13 +0000 (+0200) Subject: Bump M::I X-Git-Tag: v0.08124~124 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=47a4aa51cb98d5da1e3f194cee818d2ecb75c5fb Bump M::I --- diff --git a/Changes b/Changes index 1f7e9a5..cda3bca 100644 --- a/Changes +++ b/Changes @@ -12,6 +12,7 @@ Revision history for DBIx::Class * Misc - Makefile.PL no longer imports GetOptions() to interoperate better with Catalyst installers + - Bumped minimum Module::Install for developers 0.08123 2010-06-12 14:46 (UTC) * Fixes diff --git a/Makefile.PL b/Makefile.PL index 62df75f..ed99aa4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.97; +use inc::Module::Install 1.00; use strict; use warnings; use POSIX ();