From: Christopher H. Laco Date: Thu, 10 Jan 2008 00:37:22 +0000 (+0000) Subject: r1165@mbp: claco | 2008-01-09 19:37:13 -0500 X-Git-Tag: v0.08001^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FClass-Accessor-Grouped.git;a=commitdiff_plain;h=9373b72268ab3a73c38dd1c46d9b897d60f010cf r1165@mbp: claco | 2008-01-09 19:37:13 -0500 Removed bogus tests line in Makefile.PL that errored out on older harnesses becuase I had specified a directory that doesn't exists --- diff --git a/Changes b/Changes index 001e19b..4f8e17b 100644 --- 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. diff --git a/Makefile.PL b/Makefile.PL index 16c8635..b05c64c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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; diff --git a/lib/Class/Accessor/Grouped.pm b/lib/Class/Accessor/Grouped.pm index f72448e..404e2a6 100644 --- a/lib/Class/Accessor/Grouped.pm +++ b/lib/Class/Accessor/Grouped.pm @@ -6,7 +6,7 @@ use Class::Inspector (); use Scalar::Util (); use MRO::Compat; -our $VERSION = '0.08000'; +our $VERSION = '0.08001'; =head1 NAME