Re: Version numbers...

2024-11-26 Thread Neil Bowers
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...

2024-11-26 Thread Rob Lauer
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