From: Eric Wong Date: Mon, 6 Dec 2021 20:55:59 +0000 (+0000) Subject: Makefile.PL: fix useless use of push X-Git-Tag: v1.8.0~37 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=07cd8973baf8b0e135eb4b2248cb35bfc4413bfa Makefile.PL: fix useless use of push --- diff --git a/Makefile.PL b/Makefile.PL index cde6194b..28e51ffa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -92,7 +92,6 @@ for my $i (@sections) { push @{$v->{manuals}}, @$manuals; push @{$v->{mantxt}}, map { "Documentation/$_.txt" } @$ary; } -push @dtxt; $v->{docs} = [ @dtxt, 'NEWS' ]; $v->{docs_html} = [ map {; my $x = $_;