r1165@mbp: claco | 2008-01-09 19:37:13 -0500 v0.08001
Christopher H. Laco [Thu, 10 Jan 2008 00:37:22 +0000 (00:37 +0000)]
 Removed bogus tests line in Makefile.PL that errored out on older harnesses becuase I had specified a directory that doesn't exists

Changes
Makefile.PL
lib/Class/Accessor/Grouped.pm

diff --git a/Changes b/Changes
index 001e19b..4f8e17b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Class::Accessor::Grouped.
 
+0.08001 Wed Jan 09 19:35:34 2008
+    - Fixed Makefile.PL tests setting that was killing older installs
+
 0.08000 Tue Jan 08 18:22:47 2008
     - Bumped version for release. No changes oherwise.
 
index 16c8635..b05c64c 100644 (file)
@@ -13,7 +13,6 @@ requires 'Scalar::Util';
 requires 'MRO::Compat';
 requires 'Class::Inspector';
 
-tests "t/*.t t/*/*.t";
 clean_files "Class-Accessor-Grouped-* t/var";
 
 auto_install;
index f72448e..404e2a6 100644 (file)
@@ -6,7 +6,7 @@ use Class::Inspector ();
 use Scalar::Util ();
 use MRO::Compat;
 
-our $VERSION = '0.08000';
+our $VERSION = '0.08001';
 
 =head1 NAME