From: Peter Rabbitson <ribasushi@cpan.org>
Date: Mon, 12 Jul 2010 11:10:14 +0000 (+0000)
Subject: No versioning before releaseChanges
X-Git-Tag: v1.70~93
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f9458e4184eb46905a033b9ba9b6abe23b0633d;p=dbsrgits%2FSQL-Abstract.git

No versioning before releaseChanges
---

diff --git a/Changes b/Changes
index 5a23757..dffc4ae 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,5 @@
 Revision history for SQL::Abstract
 
-revision 1.68  work in progress
-----------------------------
     - Better documentation of undef/NULL in where clause
 
 revision 1.67  2010-05-31 14:21 (UTC)
diff --git a/Makefile.PL b/Makefile.PL
index ee502d9..b126ac0 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-use inc::Module::Install 0.79;
+use inc::Module::Install 1.0;
 use strict;
 use warnings;