do not know where all these dollar signs came from :)
[gitmo/MooseX-Types-Structured.git] / 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;