Re: Version numbers...
Hi Rob, If you look at the message you got from PAUSE, you'll see it's referring to the $VERSION of the individual modules in your distribution. The release went from 1.006 to 1.7.0, but the version number in the modules went from 1.006 to 0. Cheers, Neil
Version numbers...
Indexer fails trying to upload Module::ScanDeps::Static v1.7.0 saying that the version decreased (previous version = 1.006)...however: perl -Mversion -e 'print version->parse("1.7.0") > version->parse("1.006") ? "true" : "false";' Rob