This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate last 'local' variables.
authorJames E. Keenan <jkeenan@cpan.org>
Sat, 20 Mar 2010 17:30:08 +0000 (13:30 -0400)
committerSteffen Mueller <smueller@cpan.org>
Tue, 12 Jul 2011 18:53:51 +0000 (20:53 +0200)
commitf0744969d45319a662278673daa7f9c5192b1a84
treebae13a7cc028ffddb9b0a4fdf0bf4229d9e49d2e
parentbe5bcef76bf882a241376009a82161db4cee9305
Eliminate last 'local' variables.

In two cases, guarantee that generate_init() is explicitly passed
all 4 arguments. With this commit, ExtUtils::ParseXS for the first
time ever runs completely under 'use strict;'.
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm