summaryrefslogtreecommitdiff
path: root/Porting/bisect.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-11-17 16:15:06 +0100
committerNicholas Clark <nick@ccl4.org>2011-11-17 17:45:55 +0100
commit9b404864a75de7047b7002b6a801a418f84a5a5b (patch)
tree2cd42e939ddb2ddcb3b833be2d723b96cb19b326 /Porting/bisect.pl
parent6626a4747f9a97808082bdb6d2c18add0de667da (diff)
downloadperl-9b404864a75de7047b7002b6a801a418f84a5a5b.tar.gz
Note in Porting/bisect.pl that its documentation is in bisect-runner.pl
It may not be obvious to anyone skimming for Pod that they need to look elsewhere to find it.
Diffstat (limited to 'Porting/bisect.pl')
-rwxr-xr-xPorting/bisect.pl12
1 files changed, 12 insertions, 0 deletions
diff --git a/Porting/bisect.pl b/Porting/bisect.pl
index 8284005539..d7def6ea6e 100755
--- a/Porting/bisect.pl
+++ b/Porting/bisect.pl
@@ -1,6 +1,12 @@
#!/usr/bin/perl -w
use strict;
+=for comment
+
+Documentation for this is in bisect-runner.pl
+
+=cut
+
my $start_time = time;
# The default, auto_abbrev will treat -e as an abbreviation of --end
@@ -131,6 +137,12 @@ END {
if defined $start_time;
}
+=for comment
+
+Documentation for this is in bisect-runner.pl
+
+=cut
+
# Local variables:
# cperl-indent-level: 4
# indent-tabs-mode: nil