summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-01-22 12:21:45 +0000
committerNicholas Clark <nick@ccl4.org>2011-01-22 12:21:45 +0000
commit5733ee18d695ba28a43dca0608c7e220a495c6cb (patch)
tree567188c6e68c4abd76e06a6491edaea766ecc437 /t
parent9dce16cd064e70e66b1b719eba219ba6d0e7a001 (diff)
downloadperl-5733ee18d695ba28a43dca0608c7e220a495c6cb.tar.gz
Extend pod/buildtoc --test to validate that regenerated files are up to date.
Diffstat (limited to 't')
-rw-r--r--t/porting/buildtoc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/buildtoc.t b/t/porting/buildtoc.t
index e1e521d572..47fa4a737c 100644
--- a/t/porting/buildtoc.t
+++ b/t/porting/buildtoc.t
@@ -8,4 +8,4 @@ BEGIN {
use strict;
my $dotslash = $^O eq "MSWin32" ? ".\\" : "./";
-system("${dotslash}perl -f -Ilib -I../lib pod/buildtoc --build-toc -q --test");
+system("${dotslash}perl -f -Ilib -I../lib pod/buildtoc --build-toc -q --test --build-all");