On 2011/02/09 15:49, sawyer x wrote:

>
>     Any idea how to convince it to copy the underscore too?
>
>
> You specified $VERSION as a number (0.29_01), instead of as a string 
> using quotes ("0.29_01").
> That made Perl evaluate it in numerical context instead of a string 
> context, so it ignored the underscore, giving you the number 0.2901.
Ufff. I hate Perl's version numbers.

Shmuel.
_______________________________________________
Perl mailing list
[email protected]
http://mail.perl.org.il/mailman/listinfo/perl

Reply via email to