Open GoogleCodeExporter opened 9 years ago
same problem with
> perl -e 'use version; eval q/package withversion 01.0203;/; print
version::is_strict("01.0203")'
> perlcc -r -e 'use version; eval q/package withversion 01.0203;/; print
version::is_strict("01.0203")'
1
> perl -e 'use version; eval q/package withversion 01.0203{}/; print
version::is_strict("01.0203")'
> perlcc -r -e 'use version; eval q/package withversion 01.0203{}/; print
version::is_strict("01.0203")'
1
Original comment by nicolas....@gmail.com
on 30 Jan 2014 at 11:41
See also #177, where the loading order of version::vxs fixed version::is_strict
Original comment by reini.urban
on 5 Feb 2014 at 6:07
Original issue reported on code.google.com by
nicolas....@gmail.com
on 2 Dec 2013 at 11:36