Bug 28877 - Incompatible with current Perl version
Summary: Incompatible with current Perl version
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: perl-Module-CoreList (show other bugs)
Version: unstable
Hardware: all Linux
: P3 major
Assignee: Vitaly Lipatov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-21 15:06 MSK by Nikolay A. Fetisov
Modified: 2013-04-21 17:39 MSK (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)