make sure Module::Install 1.00 (or newer) is used for packaging)
Alexander Hartmaier [Wed, 21 Dec 2011 15:35:35 +0000 (16:35 +0100)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 2107164..67d2d5c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for DBIx::Class::UUIDColumns
 
+    - Repackaged with Module::Install 1.00
+
 0.02005 Sun June 22 23:10:23 2008
     - Added support for UUID::Random - Moritz Onken
 
index fa7c994..9ff1272 100644 (file)
@@ -1,7 +1,7 @@
 # $Id$
 use strict;
 use warnings;
-use inc::Module::Install 0.65;
+use inc::Module::Install 1.00;
 
 name 'DBIx-Class-UUIDColumns';
 license 'perl';