More variable and code shuffling to improve maintainability
authorJames E. Keenan <jkeenan@cpan.org>
Mon, 15 Mar 2010 01:27:27 +0000 (21:27 -0400)
committerSteffen Mueller <smueller@cpan.org>
Tue, 12 Jul 2011 18:53:51 +0000 (20:53 +0200)
commitaf4112ab28da0fb170fbc4c853518ecbbacc4c51
treea06b12c001805bc5cddbe1c8185daeaaa110ddfb
parent50b96cc21d2c91015cf3f4057ab881ea40c0969f
More variable and code shuffling to improve maintainability

1. Move creation of read filehandle closer to its first point of use.

2. Move code for population of %targetable into subroutine and place that sub,
make_targetable, in EU::PXS::Utilities (for the time being).

3. Rename one instance of $name to $len_name to (start to) reduce confusion.

Note: Munged by Steffen to fix problem with order of chdir() and open()
calls.
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm