[Module-build-general] [BUG] non-numeric $VERSION comparison error
Status: Beta
Brought to you by:
kwilliams
|
From: Steve P. <sp...@qu...> - 2003-07-29 11:03:05
|
Hiya,
I get an error when trying to require a development version of a
module, for example:
Module::Build->new(
...
requires => { 'Module::Build' => '0.19_03' }
);
This results in the following when I try to create a build script
w/M::B 0.19_01 installed:
...
Argument "0.19_03" isn't numeric in numeric ge (>=) at (eval 29) line
1.
Argument "0.19_01" isn't numeric in numeric ge (>=) at (eval 29) line
1.
Moreover, it *doesn't* print out an 'ERROR: ...' line, as expected.
This doesn't go away after I install 0.19_03.
-Steve
|