Silence isnt numeric warning
This commit is contained in:
parent
5cd464b76c
commit
ba2774a146
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue