diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-11-09 17:25:57 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-11-18 11:08:58 +0100 |
commit | c26a697bb0fc682eb6ae9f58c6372d8e19d482b2 (patch) | |
tree | 95acab7df8f74b7263221940fcf16dec659031ab /Porting/pod_rules.pl | |
parent | 852355fc8bd0e2a73e60ad29e169fe586d240117 (diff) | |
download | perl-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.pl | 2 |
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) { |