unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH] Makefile.PL: fix useless use of push
@ 2021-12-06 20:55 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2021-12-06 20:55 UTC (permalink / raw)
  To: meta

---
 Makefile.PL | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL
index cde6194bc54a..28e51ffa0f08 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 = $_;

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-06 20:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-06 20:55 [PATCH] Makefile.PL: fix useless use of push Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).