Silence isnt numeric warning

This commit is contained in:
Christian Hansen 2006-01-17 23:08:31 +00:00
parent 5cd464b76c
commit ba2774a146

View file

@ -51,7 +51,7 @@ BEGIN {
# http://thread.gmane.org/gmane.comp.apache.apreq/3378
# http://article.gmane.org/gmane.comp.apache.apreq/3388
if ( $^O eq 'darwin' && $Config::Config{osvers} < 8 ) {
if ( $^O eq 'darwin' && $Config::Config{osvers} lt '8.0.0' ) {
require Class::Null;
require IO::File;