In buildtoc, refactor the code that reads pod.lst, MANIFEST and perl.pod
authorNicholas Clark <nick@ccl4.org>
Tue, 8 Nov 2011 08:09:02 +0000 (09:09 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 18 Nov 2011 10:08:57 +0000 (11:08 +0100)
commit57df841203b1548899df33ff6c1509e8539655a8
tree192e73029b48215f6178e0fed688045d1555182f
parentcb9cdbd1d6b9f938813cdde325c9f040c9b3e456
In buildtoc, refactor the code that reads pod.lst, MANIFEST and perl.pod

Move the code into a function, get_pod_metadata(), which returns a reference
to a hash of metadata. This replaces a swathe of global variables.
pod/buildtoc