From: Christopher H. Laco Date: Mon, 2 Jul 2007 01:07:33 +0000 (+0000) Subject: Added WriteAll/DIST PREOP for README X-Git-Tag: v0.02002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-UUIDColumns.git;a=commitdiff_plain;h=503f77122700d11f3ad4c241e37b212c709cf6c3 Added WriteAll/DIST PREOP for README --- diff --git a/Makefile.PL b/Makefile.PL index e03aaa2..d7aa486 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,9 +33,10 @@ recommends 'Win32API::GUID'; tests "t/*.t t/*/*.t"; clean_files "DBIx-Class-UUIDColumns-* t/var"; -eval { - system 'pod2text lib/DBIx/Class/UUIDColumns.pm > README'; -}; - auto_install; -WriteAll; + +WriteMakefile( + dist => { + PREOP => 'pod2text lib/DBIx/Class/UUIDColumns.pm > README' + } +);