diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-11-17 16:15:06 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-11-17 17:45:55 +0100 |
commit | 9b404864a75de7047b7002b6a801a418f84a5a5b (patch) | |
tree | 2cd42e939ddb2ddcb3b833be2d723b96cb19b326 | |
parent | 6626a4747f9a97808082bdb6d2c18add0de667da (diff) | |
download | perl-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.
-rwxr-xr-x | Porting/bisect.pl | 12 |
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 |