summaryrefslogtreecommitdiff
path: root/Porting/pod_rules.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-11-09 17:25:57 +0100
committerNicholas Clark <nick@ccl4.org>2011-11-18 11:08:58 +0100
commitc26a697bb0fc682eb6ae9f58c6372d8e19d482b2 (patch)
tree95acab7df8f74b7263221940fcf16dec659031ab /Porting/pod_rules.pl
parent852355fc8bd0e2a73e60ad29e169fe586d240117 (diff)
downloadperl-c26a697bb0fc682eb6ae9f58c6372d8e19d482b2.tar.gz
Flag to get_pod_metadata() whether generated files are expected.
This permits Porting/pod_rules.pl to be run from a clean checkout without warning, which simplifies updating perl's version.
Diffstat (limited to 'Porting/pod_rules.pl')
-rw-r--r--Porting/pod_rules.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/pod_rules.pl b/Porting/pod_rules.pl
index d7b78421c2..35e26c9642 100644
--- a/Porting/pod_rules.pl
+++ b/Porting/pod_rules.pl
@@ -62,7 +62,7 @@ if ($Verbose) {
print "I will be building $_\n" foreach keys %Build;
}
-my $state = get_pod_metadata();
+my $state = get_pod_metadata(!$Test);
my $test = 1;
if ($Test) {