diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-08-01 22:09:41 +0100 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-08-03 12:14:52 +0100 |
commit | e94c1c0554cd0332543ba58d3b8fb932ccf66145 (patch) | |
tree | 53dd72d47bc0ac1e068609b932782ed3730b97b2 /pod/buildtoc | |
parent | cd86ed9d430a95bb9cf370c699245e1b667c146d (diff) | |
download | perl-e94c1c0554cd0332543ba58d3b8fb932ccf66145.tar.gz |
Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS Classic.
Perl hasn't supported MachTen since 5.6.
Diffstat (limited to 'pod/buildtoc')
-rwxr-xr-x | pod/buildtoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/buildtoc b/pod/buildtoc index cae3dfe6eb..b3b29c5968 100755 --- a/pod/buildtoc +++ b/pod/buildtoc @@ -737,6 +737,7 @@ pod/$_: pod/$Copies{$_} my $built; while (my ($target, $name) = each %Targets) { + print "Working on target $target\n" if $Verbose; next unless $Build{$target}; $built++; if ($target eq "toc") { |