This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
is_duplicate_pod() and get_pod_metadata() in pod_lib.pl modified $_
authorNicholas Clark <nick@ccl4.org>
Tue, 7 Feb 2012 16:18:36 +0000 (17:18 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 7 Feb 2012 16:18:36 +0000 (17:18 +0100)
commit75d90f49c26dc33955d848d3586b4a7fe2136cf6
tree2baa9ab9160685133b8cd771a2e67552d99d6937
parentb069bc5e4376bcbd50b97f34a027cf3048d3c202
is_duplicate_pod() and get_pod_metadata() in pod_lib.pl modified $_

Reported by Reini Urban in RT #110078, installperl generated a warning and
failed to install CORE.pod, because is_duplicate_pod() modified $_
is_duplicate_pod() and get_pod_metadata() now both localise $_, to ensure
that they don't corrupt any caller's state.
Porting/pod_lib.pl