Eliminate 'our' $printed_name
authorJames E. Keenan <jkeenan@cpan.org>
Sun, 28 Mar 2010 17:31:29 +0000 (13:31 -0400)
committerSteffen Mueller <smueller@cpan.org>
Tue, 12 Jul 2011 18:53:53 +0000 (20:53 +0200)
commitd67360fa3b6490f92ec5c79204475039f6db5772
tree043be1194989c4d678ebd26c92de60f2b9d32ba7
parentecafe0ca29fde4dca273a1ef95bbd483cff8388e
Eliminate 'our' $printed_name

Replace it with a 'my' variable declared inside INPUT_handler().
Permissible, because $printed_name is explicitly passed to subs
called from within INPUT_handler() and only there.
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm