Bug 31637 - Version check on Storable broken when version number is not numeric
Summary: Version check on Storable broken when version number is not numeric
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: perl-forks (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Vitaly Lipatov
QA Contact: qa-sisyphus
URL: https://bugs.debian.org/cgi-bin/bugre...
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-17 08:51 MSK by Peter Evdokimov
Modified: 2015-12-17 08:51 MSK (History)
1 user (show)

See Also:


Attachments
Патч для исправления проблемы (606 bytes, patch)
2015-12-17 08:51 MSK, Peter Evdokimov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Evdokimov 2015-12-17 08:51:26 MSK
Created attachment 6459 [details]
Патч для исправления проблемы

Проявилась ошибка - 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780351
https://rt.cpan.org/Public/Bug/Display.html?id=102730

При отработке process-quarantine.pl из maiamailguard:

Argument "2.53_01" isn't numeric in numeric ge (>=) at /usr/lib/perl5/forks.pm line 1570.

При добавлении приложенного патча ошибка исчезает.