This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
If buildtoc spots duplicated pods, that's an error condition, not a skip.
authorNicholas Clark <nick@ccl4.org>
Thu, 15 Dec 2011 13:27:01 +0000 (14:27 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 19 Dec 2011 12:55:18 +0000 (13:55 +0100)
commitb1a2f073f0230f01166eb98b343be7a3f8c41f0a
tree5e84a36ffc3a521dda543cee70b88cd065267dea
parent7a77d2e5baeb94530947a0b31a8ce3859a05bf10
If buildtoc spots duplicated pods, that's an error condition, not a skip.

As of commit 9a8cc8a45d2bc98d, pod/buildtoc no longer scans ext/ for files
containing Pod. Hence it will no longer find the same file in both lib/ and
ext/, and hence the de-duplication code is no longer needed for correct
functionality. Duplicate Pods existing should never happen, so instead of
removing the code, it feels more useful to make it a build time error.

Add an editor block.
pod/buildtoc