Subject: | Multiple modules with different version numbers in one release go wrong |
When we make a .deb for Test::Simple, the release will be written to
cpan-libtest-simple-perl_0.80-1_all.deb (note the 0.80).
The release however also contains Test::Builder::Tester, version 1.13.
When then we try to create and install Test::Pod, we get a dependency
error. Test::Pod requires Test::Builder::Tester version 1.02 and knows
it should install cpan-libtest-simple-perl for that, but that .deb is
"only" version 0.80 (which is lower than 1.02), so the dependency fails.
--
B10m