On Feb 28, 2013, at 11:06, [email protected] wrote:
> Revision: 103547
> https://trac.macports.org/changeset/103547
> Author: [email protected]
> Date: 2013-02-28 09:06:08 -0800 (Thu, 28 Feb 2013)
> Log Message:
> -----------
> p5-cpan-meta & p5-extutils-makemaker: second attempt at fixing for JSON:PP
> being in CORE as of perl 5.14
>
> Modified Paths:
> --------------
> trunk/dports/perl/p5-cpan-meta/Portfile
> trunk/dports/perl/p5-extutils-makemaker/Portfile
> - if {${perl5.major} < 14} {
> + if {${perl5.major} < 5.14} {
Interpreted as a floating-point number, 5.8 is greater than 5.14. You need to
treat these as version numbers, by using the vercmp procedure.
_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev