Greetings,
while processing a ticket for CPANPLUS that mentioned
Bundle::CVSMonitor, I noticed that Bundle::CVSMonitor has the versions
of it's prerequisites in the Makefile.PL, and only the name of the
prereqs in the Bundle file.
Due to the nature of bundle files, the versions should be mentioned in
the Bundle file itself, like Bundle::LWP does:
http://search.cpan.org/~gaas/libwww-perl-5.822/lib/Bundle/LWP.pm
Otherwise, CPAN(PLUS)? won't know which versions you require.