X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2Fmakerel;h=2159579ec333d4dabe7b60fcec1cdbff308b6955;hb=afbf6680b6636f5aeeceb87d873ea5935f57334b;hp=b197a24a8db430bdb93925a85a012bf6b425fc52;hpb=37d29c6f3453c0f472e0e800ed4a425e9d8eae97;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/makerel b/Porting/makerel index b197a24..2159579 100644 --- a/Porting/makerel +++ b/Porting/makerel @@ -10,9 +10,26 @@ # 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 </dev/null`) { + system("$sha $perl*.tar.*"); + last; + } +}