Remove Mac OS classic instructions from perlrun
[p5sagit/p5-mst-13.2.git] / pod / buildtoc
old mode 100644 (file)
new mode 100755 (executable)
index cae3dfe..b3b29c5
@@ -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") {