summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-01-23 07:35:47 +0000
committerNicholas Clark <nick@ccl4.org>2011-01-23 07:35:47 +0000
commit60fee4d1101d4805dfd32099980441e9d9982565 (patch)
tree5228447ccbe5b17d65aa1696bfd00f358fe6c74c /t
parent78102347e0341b1cd4795accd0ca5ff1f2621bb2 (diff)
downloadperl-60fee4d1101d4805dfd32099980441e9d9982565.tar.gz
regen/overload.pl should use rename_if_different() for lib/overload/numbers.pm
It was the only file generated by any of the regen/*.pl scripts which was always written out directly, instead of first creating a temporary file, and only moving that if successfully generated (and different).
Diffstat (limited to 't')
-rw-r--r--t/porting/regen.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/regen.t b/t/porting/regen.t
index 9699d5571a..810aa3547f 100644
--- a/t/porting/regen.t
+++ b/t/porting/regen.t
@@ -18,6 +18,6 @@ $ENV{PERL5LIB} = rel2abs($lib);
chdir '..' if $in_t;
-print "1..17\n"; # I can't see a clean way to calculate this automatically.
+print "1..18\n"; # I can't see a clean way to calculate this automatically.
system "$^X regen.pl --tap";