dankogai / p5-encode

Encode - character encodings (for Perl 5.8 or better)
https://metacpan.org/release/Encode
37 stars 51 forks source link

Argument "630 20170516" isn't numeric in numeric gt (>) at Makefile.PL line 22. #117

Closed pali closed 7 years ago

pali commented 7 years ago

Calling perl Makefile.PL produces warning:

Argument "630 20170516" isn't numeric in numeric gt (>) at Makefile.PL line 22.

gccversion is:

$ perl -MConfig -E 'say $Config{gccversion}'
6.3.0 20170516

@rurban This seems to be related to your check for gccversion. Can you look at it?

rurban commented 7 years ago

Sure.