On Tue, Jun 11, 2013 at 09:19:47PM -0400, Ricardo Signes wrote: > Just so you know, I've just landed the changes from > https://rt.perl.org/rt3//Public/Bug/Display.html?id=118215 > which touch this code a bit. I've tested it all by hand and it seems fine, but > if something goes *horribly* wrong, consider checking the code before my > changes. ;) Should this test always be expected to pass? $ ./perl -Ilib -MModule::CoreList -le 'print Module::CoreList->find_version($]) ? "ok" : "not ok"' not ok That's effectively the problem that Andreas hits. So should we add that as a test? (And ensure that the version bump automation keeps it passing) Nicholas ClarkThread Previous | Thread Next