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://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07cd8973baf8b0e135eb4b2248cb35bfc4413bfa;p=thirdparty%2Fpublic-inbox.git Makefile.PL: fix useless use of push --- diff --git a/Makefile.PL b/Makefile.PL index cde6194bc..28e51ffa0 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 = $_;