On 05/31/2012 10:31 AM, Shlomi Fish wrote:
4. "2.x.y" - I use this for my open source C projects and some of my CPAN modules and perl 5 and Parrot use it as well. Is it well supported with the CPAN toolchain?
Also note that, at least concerning Perl, it looks like 4, but is really 2 :-)
That's why, for example, you can't say "use 5.10;", but you have to say "use 5.010;".
cheers, Aldo