Bug 28877

Summary: Incompatible with current Perl version
Product: Sisyphus Reporter: Nikolay A. Fetisov <naf>
Component: perl-Module-CoreListAssignee: Vitaly Lipatov <lav>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: major    
Priority: P3 CC: at, cas, crux, ender, lav, ldv, mike, qa_viy, shaba, viy
Version: unstable   
Hardware: all   
OS: Linux   

Description Nikolay A. Fetisov 2013-04-21 15:06:34 MSK
Текущая версия модуля 2.76-alt1 не работает с текущей версией Perl 5.16.3-alt1.

Для предыдущего perl-base-5.16.1-alt3 и perl-Module-CoreList-2.76-alt1:
$ perl -MModule::CoreList -e 'print "V=",$Module::CoreList::version{$]}->{q/Module::CoreList/},".\n";'
V=2.70.

Для текущего perl-base-5.16.3-alt1 и perl-Module-CoreList-2.76-alt1:
$ perl -MModule::CoreList -e 'print "V=",$Module::CoreList::version{$]}->{q/Module::CoreList/},".\n";'
V=.


По-видимому, требуется обновление модуля до как минимум 2.84 .
Comment 1 Repository Robot 2013-04-21 17:39:08 MSK
perl-Module-CoreList-2.87-alt1 -> sisyphus:

* Sun Apr 21 2013 Igor Vlasenko <viy@altlinux> 2.87-alt1
- update (closes: 28877)