From: Christopher H. Laco Date: Mon, 2 Jul 2007 01:46:31 +0000 (+0000) Subject: r1700@NP5660: claco | 2007-07-01 21:08:11 -0400 X-Git-Tag: v0.07000~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d8b59db3e2087564354731a92e72ad3084d7f3e4;p=p5sagit%2FClass-Accessor-Grouped.git r1700@NP5660: claco | 2007-07-01 21:08:11 -0400 Fixed spelling test error Added WriteAll/DIST/PREOP for README --- diff --git a/Changes b/Changes index 62d921d..5d2eda7 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index 1dd862a..16c8635 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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' + } +); diff --git a/t/pod_spelling.t b/t/pod_spelling.t index ac83037..e987230 100644 --- a/t/pod_spelling.t +++ b/t/pod_spelling.t @@ -33,3 +33,4 @@ claco stylings fieldspec listref +getters