tokuhirom / Perl-MinimumVersion-Fast

Other
4 stars 5 forks source link

should you not be perl 5.012004 #2

Closed kevindawson closed 11 years ago

kevindawson commented 11 years ago

package Perl::MinimumVersion::Fast; use 5.008005;

as:

package Compiler::Lexer; use 5.012004;

should you not be the same

are you not constrained by your dependencies :(

kevindawson commented 11 years ago

ps, it's great, and fast, I like it.

but if I use it I may have to bump my min to v5.14

tokuhirom commented 11 years ago

I reported this issue to @goccy. He may change the deps.

tokuhirom commented 11 years ago

Latest version of Compiler::Lexer depended on 5.8.1! Yay!