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
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.
requires 'MRO::Compat';
requires 'Class::Inspector';
-tests "t/*.t t/*/*.t";
clean_files "Class-Accessor-Grouped-* t/var";
auto_install;
use Scalar::Util ();
use MRO::Compat;
-our $VERSION = '0.08000';
+our $VERSION = '0.08001';
=head1 NAME