]> Sergey Matveev's repositories - public-inbox.git/commitdiff
Makefile.PL: fix useless use of push
authorEric Wong <e@80x24.org>
Mon, 6 Dec 2021 20:55:59 +0000 (20:55 +0000)
committerEric Wong <e@80x24.org>
Wed, 8 Dec 2021 00:34:18 +0000 (00:34 +0000)
Makefile.PL

index cde6194bc54a494ea53b90bf0e607eee79214eba..28e51ffa0f08109b9224c514727862b5174e2994 100644 (file)
@@ -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 = $_;