diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-08-30 16:08:13 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-08-31 06:58:25 -0700 |
commit | 625770c2add76d6556e6fa86833275b16a6ec50e (patch) | |
tree | 5b4c6f0fedcba108c65831dcf7b0371e8c4f9c7b /Porting/bisect.pl | |
parent | f6cce60a032fd351c1c7a6961fd3bcb043b3a784 (diff) | |
download | perl-625770c2add76d6556e6fa86833275b16a6ec50e.tar.gz |
Porting/bisect.pl: Add missing full stop
Diffstat (limited to 'Porting/bisect.pl')
-rwxr-xr-x | Porting/bisect.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/bisect.pl b/Porting/bisect.pl index 81a7d9b073..6a51f6782d 100755 --- a/Porting/bisect.pl +++ b/Porting/bisect.pl @@ -225,7 +225,7 @@ system 'git', 'bisect', 'run', $^X, $runner, @ARGV and die; END { my $end_time = time; - printf "That took %d seconds\n", $end_time - $start_time + printf "That took %d seconds.\n", $end_time - $start_time if defined $start_time; } |