Skip Menu |

This queue is for tickets about the CPANPLUS-Dist-Deb CPAN distribution.

Report information
The Basics
Id: 46674
Status: resolved
Priority: 0/
Queue: CPANPLUS-Dist-Deb

People
Owner: Nobody in particular
Requestors: hdp [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.12
Fixed in: (no value)



Subject: wrong generated dependency versions
I recently used cpan2dist on something that depended on Compress::Zlib. The version I had installed was 2.008, but the latest on CPAN was 2.019. The deb that was generated by cpan2dist depended on Compress::Raw::Zlib 2.008 (my installed version) rather than 2.019 (the version specified in Makefile.PL). Later, trying to fix it, I rebuilt the deb; this time, it built IO-Compress 2.020 (the latest on CPAN), but it depended on Compress::Raw::Zlib 2.019 (the then-installed version) again. I can't tell if this is a bug in CPANPLUS or CPANPLUS::Dist::Deb. Interestingly, IO-Compress's dependency on Compress::Raw::Bzip2 was always correct; it was only Compress::Raw::Zlib that was wrong, so this may have something to do with the ordering of dependencies.
There's a fix in svn that means that debs will never be generated with prereqs lower than the source distribution's prereq. It may still be higher.