This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rationalise use of the Pod metadata structure returned by get_pod_metadata().
[perl5.git] / installman
index e986a78..37d9699 100755 (executable)
@@ -74,7 +74,7 @@ my %do_not_install = map { ($_ => 1) } qw(
 # Install the main pod pages.
 pod2man({
          map {
-             $_ && @$_ > 2 && !$_->[0]{aux} ? ($_->[4], $_->[2]): ()
+             ($_->[4], $_->[2])
          } @{$state->{master}}
         }, $opts{man1dir}, $opts{man1ext});