On Tue Mar 13 03:12:18 2012, adam@ali.as wrote:
Show quoted text> What packaging system are you using?
>
> I suspect it's going to end up broken in many different situations if
> it can't handle Perl's dependency versioning.
>
> Adam
>
RPM. I've been maintaining ~800 RPMs of perl module distros for going on 3 years now. There
are surprisingly few modules I have to work around with respect to this problem. The major
offenders are:
1. depending on Cwd 3.2801 rather than 3.29
2. DateTime relatives depending on a 4 digit version when DateTime has mostly 2 digit
versions on CPAN.
Save those 2, pretty much everything else will work with RPM logic. In most of the cases I've
had addressed, there wasn't a particularly good reason to say: require 3.2801 instead of 3.29
Todd