Now that ExtUtils::ParseXS requires 5.006, we can replace the foreach
authorNicholas Clark <nick@ccl4.org>
Wed, 31 Oct 2007 19:44:48 +0000 (19:44 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 31 Oct 2007 19:44:48 +0000 (19:44 +0000)
commitfa81e4d372e2e8f3f4fd6a0d5cd6c94c1165b31f
treece4c1a09e8d1cf79381f28324cf9a7fd7570f82d
parent10261a362e0a3948689d15d534e8b10911441cb5
Now that ExtUtils::ParseXS requires 5.006, we can replace the foreach
on keys and lookup in the loop with a foreach on values, as values is
"now" an LVALUE iterator.

p4raw-id: //depot/perl@32209
lib/ExtUtils/ParseXS.pm