From: Steve Hancock Date: Sun, 19 Jun 2022 13:24:26 +0000 (-0700) Subject: remove repeated comma X-Git-Tag: 20220613.01~34 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1a1f5bdad2e8ef25945e1559e5cba2696ced8f08;p=perltidy.git remove repeated comma --- diff --git a/pm2pl b/pm2pl index 69929363..3e3af2c6 100755 --- a/pm2pl +++ b/pm2pl @@ -73,7 +73,7 @@ my $VERSION = get_version("lib/Perl/Tidy.pm"); my $outfile = "perltidy-$VERSION.pl"; if ( $Opts{o} ) { $outfile = $Opts{o} } my $fh_out; -open( $fh_out,, ">", $outfile ) or die "can't open file '$outfile' : $!\n"; +open( $fh_out, ">", $outfile ) or die "can't open file '$outfile' : $!\n"; print "Creating standalone perltidy script '$outfile' ...."; # first, open the script and copy the first (hash-bang) line