This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
-b option in makerel was removed
authorKaren Etheridge <ether@cpan.org>
Mon, 20 Nov 2017 04:55:30 +0000 (20:55 -0800)
committerKaren Etheridge <ether@cpan.org>
Mon, 20 Nov 2017 04:55:30 +0000 (20:55 -0800)
Porting/makerel

index e77b4af..a4b2ed7 100755 (executable)
@@ -39,7 +39,7 @@ usage: $0 [ -r rootdir ] [-s suffix ] [ -x ] [ -n ]
 EOF
 
 my %opts;
-getopts('bxnr:s:', \%opts) or usage;
+getopts('xnr:s:', \%opts) or usage;
 @ARGV && usage;
 
 $relroot = defined $opts{r} ? $opts{r} : "..";