X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=00e5c25c56a1483fe8b2c33fb93e4bf9ce1b1912;hb=ff132c6fc09e56b7b1bdad28f850cc21fc6a03b7;hp=a8319c54111af9009d3ee57e8125cc7a7a13876d;hpb=1d4e109aaf8625cafb16776d920d1b2598f1024e;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index a8319c5..00e5c25 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -27,6 +27,13 @@ install_script 'script/dbicadmin'; tests "t/*.t t/*/*.t"; +# re-build README if we're in an svk checkout +if( -e 'MANIFEST.SKIP' ) { + system('pod2text lib/DBIx/Class.pm > README'); +} + +auto_provides; + auto_install; WriteAll;