Using latest EUMM results in "perl Makefile.PL" exiting without success
due to some missing markers for version.
# perl Makefile.PL
Writing Makefile for Thread::Queue::Any
Could not find text marker "Version:" in "README"
Could not find text marker "=head1 VERSION" in "lib/Thread/Queue/Any.pm"
# echo $?
0
This means CPAN complains on install, and things must be forced.
(Using EUMM 6.36)
Thanks!