Bug#571632: dh-make-perl: META.yml dependency numbers with > or >= breaks the control

Jozef Kutej jozef at kutej.net
Thu Mar 4 07:24:33 UTC 2010


Damyan Ivanov wrote:
> -=| Jozef Kutej, Fri, Feb 26, 2010 at 05:23:48PM +0100 |=-
>> +    # clean-up module versions from non-version characters
>> +    foreach my $module_name (keys %{$deps}) {
>> +        $deps->{$module_name} =~ s/[^_.0-9]//g;
>> +    }
> 
> It is not so easy. See 
> http://github.com/dagolden/cpan-meta-spec/blob/master/META-spec.pod#VERSION_NUMBERS 
> (and 'Version Specifications').

jup, sure it is not correct, but just a little bit better. :-) if not via
ignoring, dh-make-perl should handle the >=, !=, ==, <=, < and > somehow.





More information about the pkg-perl-maintainers mailing list