This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pod_rules.pl was always (re)building everything, not what was asked for.
authorNicholas Clark <nick@ccl4.org>
Tue, 20 Dec 2011 10:33:26 +0000 (11:33 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 20 Dec 2011 10:37:01 +0000 (11:37 +0100)
commit45464ee1c638f2c796bf8d0adb631a58174e1108
tree9b2301a2c5242669dc78574ef21e88eeda20e977
parent3d2a0adf2ae6b432e11668e511671510450d3243
pod_rules.pl was always (re)building everything, not what was asked for.

The bug was introduced by commit b78c110439167132, which split
Porting/pod_rules.pl out from pod/buildtoc. The previous code in buildtoc
would correctly honour the command line options, and only (re)build the
requested files.
Porting/pod_rules.pl