in reply to Artificial perl version dependencies
One subtlety here is bundled core modules. The corelist for 5.8.x is both larger and has newer version numbers than the one for 5.6.x: if you test a module on an older Perl, you should test against a vanilla install, because otherwise you might not notice breakages. If a maintainer has several distros, and some in fact do rely on non-bundled prereqs, testing on multiple versions becomes tedious!
(Here's an idea for a project though: a chrooted environment that's easy to set up every time from scratch for testing distro releases.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Artificial perl version dependencies
by eyepopslikeamosquito (Archbishop) on Dec 21, 2006 at 20:28 UTC |