adding some stuff to autobuild the README files 0.01
John Napiorkowski [Mon, 27 Oct 2008 20:08:45 +0000 (20:08 +0000)]
Makefile.PL

index a875e8f..0307cb8 100644 (file)
@@ -19,6 +19,10 @@ build_requires 'Test::Exception' => '0.27';
 build_requires 'Test::Pod' => '1.14';
 build_requires 'Test::Pod::Coverage' => '1.08';
 
+## Build README
+system 'pod2text lib/MooseX/Types/Structured.pm > README'
+    if -e 'MANIFEST.SKIP';
+    
 ## Instructions to Module::Install
 auto_install;
 tests_recursive;