From: Aran Deltac <bluefeet@cpan.org>
Date: Thu, 10 Sep 2009 16:25:01 +0000 (+0000)
Subject: Ack, no version in Makefile.PL please!
X-Git-Tag: v1.1.0~8
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a43a2d832b302f49d0492c645e6937a03f59524;p=dbsrgits%2FDBIx-Class-Cursor-Cached.git

Ack, no version in Makefile.PL please!
---

diff --git a/Makefile.PL b/Makefile.PL
index d2ff602..987ef8e 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,7 +3,6 @@ use warnings;
 use inc::Module::Install 0.67;
 
 name 'DBIx-Class-Cursor-Cached';
-version '1.0.1';
 all_from 'lib/DBIx/Class/Cursor/Cached.pm';
 
 requires 'DBIx::Class' => '0.08004';