moznion / Perl-Lint

Yet Another Perl Source Code Linter
https://metacpan.org/pod/Perl::Lint
Other
95 stars 12 forks source link

Cannot lint RequireNumberSeparators.pm #44

Closed syohex closed 9 years ago

syohex commented 10 years ago

This might be Regexp::Parser issue.

% perl -MPerl::Lint=lint -wle 'lint([shift])' lib/Perl/Lint/Policy/ValuesAndExpressions/RequireNumberSeparators.pm
Can't use an undefined value as an ARRAY reference at /home/syohei/.plenv/versions/5.20.0/lib/perl5/site_perl/5.20.0/Regexp/Parser.pm line 191.
moznion commented 10 years ago

I'll clarify the problem, thanks.

moznion commented 9 years ago

Fixed @620dd59 @30fbaed