From: David Mitchell Date: Tue, 7 Jul 2009 17:48:36 +0000 (+0100) Subject: some fixes to makerel: X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f244db984d907853a5bd0b598472da074dc2c8d;p=p5sagit%2Fp5-mst-13.2.git some fixes to makerel: * add cmd-line switches * make ExtUtils::Manifest silent * remove some autogenerated files from the fixup list --- diff --git a/Porting/makerel b/Porting/makerel index b197a24..b126164 100644 --- a/Porting/makerel +++ b/Porting/makerel @@ -10,9 +10,25 @@ # Tim Bunce, June 1997 use ExtUtils::Manifest qw(fullcheck); +$ExtUtils::Manifest::Quiet = 1; +use Getopt::Std; $|=1; -$relroot = ".."; # XXX make an option + +sub usage { die <