r1700@NP5660: claco | 2007-07-01 21:08:11 -0400
Christopher H. Laco [Mon, 2 Jul 2007 01:46:31 +0000 (01:46 +0000)]
 Fixed spelling test error
 Added WriteAll/DIST/PREOP for README

Changes
Makefile.PL
t/pod_spelling.t

diff --git a/Changes b/Changes
index 62d921d..5d2eda7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Class::Accessor::Grouped.
 
+0.06001
+    - Fixed spelling test error
+    - Added WriteAll/DIST/PREOP for README
+
 0.06000 Fri May 11 22:00:26 2007
     - get_super_paths now uses mro::get_linear_isa to DTRT under C3
 
index 1dd862a..16c8635 100644 (file)
@@ -16,9 +16,10 @@ requires 'Class::Inspector';
 tests "t/*.t t/*/*.t";
 clean_files "Class-Accessor-Grouped-* t/var";
 
-eval {
-    system 'pod2text lib/Class/Accessor/Grouped.pm > README';
-};
-
 auto_install;
-WriteAll;
+
+WriteMakefile(
+  dist => {
+    PREOP => 'pod2text lib/Class/Accessor/Grouped.pm > README'
+  }
+);
index ac83037..e987230 100644 (file)
@@ -33,3 +33,4 @@ claco
 stylings
 fieldspec
 listref
+getters