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.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to