diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-01-22 12:21:45 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-01-22 12:21:45 +0000 |
commit | 5733ee18d695ba28a43dca0608c7e220a495c6cb (patch) | |
tree | 567188c6e68c4abd76e06a6491edaea766ecc437 /t | |
parent | 9dce16cd064e70e66b1b719eba219ba6d0e7a001 (diff) | |
download | perl-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.t | 2 |
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"); |