This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change arguments to generate_init() to single hashref.
authorJames E. Keenan <jkeenan@cpan.org>
Fri, 26 Mar 2010 23:24:29 +0000 (19:24 -0400)
committerSteffen Mueller <smueller@cpan.org>
Tue, 12 Jul 2011 18:53:52 +0000 (20:53 +0200)
commit879afb6dec353ef325f784fee1d25df106cb96a6
tree08be45b93fd6afeaf23f3713d74d755c7b12d502
parentfae3e1133c86af8f03bd1ff2a95d86c652f3e957
Change arguments to generate_init() to single hashref.

Since we don't yet have a way around the 'eval EXPR' problem.  We'll have to
de-reference that hashref once inside the sub.
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm