This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/coreamp.t: Generalize for non-ASCII platfomrs
[perl5.git] / installman
index 3f83909..66b7161 100755 (executable)
@@ -83,7 +83,7 @@ while (<$fh>) {
     next if /^#/;
     chomp;
     my ($path, $leaf) = m|^(\S*/(\S+))|;
-    # Have we already installed the manpage for this? (eg perldoc, a2p)
+    # Have we already installed the manpage for this? (eg perldoc)
     next if $man1{$leaf};
     pod2man({$leaf, $path}, $opts{man1dir}, $opts{man1ext});
     if ($has_man1dir) {