Subject: | version comparison for Test::Differences can throw a warning |
In the BEGIN block around line 300 of Test::Most, you have:
if ( Test::Differences->VERSION <= 0.47 ) {
which will throw a warning for development versions of Test::Differences
("Argument "0.49_02" isn't numeric in numeric le")
What about using the 'version' module to do the comparison?