X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Makefile.PL;h=448c79c36b37b6f2d6abd86d4b20b202d98e8c9f;hb=47f28a70bf3c56f441ca5315fdd5c2e84f4d5c57;hp=904b6adfc04110b6adbb61f5423739723d4402ec;hpb=3cda6050b7c8f73e7fd86f88efc5cd42d0c13f73;p=public-inbox.git diff --git a/Makefile.PL b/Makefile.PL index 904b6adf..448c79c3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,8 +14,8 @@ WriteMakefile( ABSTRACT => 'public-inbox server infrastructure', EXE_FILES => \@EXE_FILES, PREREQ_PM => { - # note: we use ssoma(1) and spamc(1), NOT the Perl modules - # We also depend on git through ssoma. + # note: we use spamc(1), NOT the Perl modules + # We also depend on git. # Keep this sorted and synced to the INSTALL document 'Date::Parse' => 0, 'Email::Address' => 0, @@ -36,6 +36,10 @@ WriteMakefile( sub MY::postamble { </dev/null || echo 2) + 1))) syntax:: \$(my_syntax) check:: pure_all - prove -lv -j\$(N) + \$(EATMYDATA) prove -lv -j\$(N) EOF }