Deal with authorship properly, in a future-sustainable fashion
[dbsrgits/DBIx-Class-Historic.git] / maint / Makefile.PL.inc / 54_autogen_README.pl
similarity index 86%
rename from maint/Makefile.PL.inc/52_autogen_README.pl
rename to maint/Makefile.PL.inc/54_autogen_README.pl
index 0f4a38c..cadb401 100644 (file)
@@ -13,9 +13,9 @@ postamble <<"EOP";
 
 clonedir_generate_files : dbic_clonedir_gen_readme
 
-dbic_clonedir_gen_readme :
+dbic_clonedir_gen_readme : dbic_distdir_gen_dbic_pod
 \t@{[ $mm_proto->oneliner('mkpath', ['-MExtUtils::Command']) ]} $dir
-\tpod2text lib/DBIx/Class.pm > $fn
+\tpod2text $dir/lib/DBIx/Class.pod > $fn
 
 EOP