Minor backward compatibility nit for Test::Smoke
[email protected] ("Will Coleda")
| Newsgroups | perl.daily-build |
|---|---|
| Message-ID | <[email protected]> |
version 1.03 ...
mktest.pl... Can we change
$conf{$_}++ for @conf;
to
foreach (@conf) {$conf{$_}++};
(I happened to try this on a machine with 5.004_04, where apparently
the former is a syntax error)
Regards...