معرفی شرکت ها


perl-Sort-Versions-1.62-alt1.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Sort-Versions - a perl 5 module for sorting of revision-like numbers
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p10
مخزن ALTLinux classic noarch
نام بسته perl-Sort-Versions
نام فایل بسته perl-Sort-Versions-1.62-alt1.noarch.rpm
نسخه بسته 1.62
انتشار بسته alt1
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Tue 15 Dec 2015 05
هاست سازنده viy-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://www.cpan.org
مجوز Artistic
حجم دانلود 6.5K
حجم نصب 4.376K
Sort::Versions allows easy sorting of mixed non-numeric and numeric strings, like the 'version numbers' that many shared library systems and revision control packages use. This is quite useful if you are trying to deal with shared libraries. It can also be applied to applications that intersperse variable-width numeric fields within text. Other applications can undoubtedly be found. For an explanation of the algorithm, it's simplest to look at these examples: 1.1 < 1.2 1.1a < 1.2 1.1 < 1.1.1 1.1 < 1.1a 1.1.a < 1.1a 1 < a a < b 1 < 2 1.1-3 < 1.1-4 1.1-5 < 1.1.6 More precisely (but less comprehensibly), the two strings are treated as subunits delimited by periods or hyphens. Each subunit can contain any number of groups of digits or non-digits. If digit groups are being compared on both sides, a numeric comparison is used, otherwise a ASCII ordering is used. A group or subgroup with more units will win if all comparisons are equal. A period binds digit groups together more tightly than a hyphen. Some packages use a different style of version numbering: a simple real number written as a decimal. Sort::Versions has limited support for this style: when comparing two subunits which are both digit groups, if either subunit has a leading zero, then both are treated like digits after a decimal point. So for example: 0002 < 1 1.06 < 1.5 This won't always work, because there won't always be a leading zero in real-number style version numbers. There is no way for Sort::Versions to know which style was intended. But a lot of the time it will do the right thing. If you are making up version numbers, the style with (possibly) more than one dot is the style to use.


نیازمندی

مقدار نام
- /usr/share/perl5
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 1.620 perl(Sort/Versions.pm)
= 1.62-alt1 perl-Sort-Versions


نحوه نصب


نصب پکیج rpm perl-Sort-Versions:

    sudo apt-get install perl-Sort-Versions-1.62-alt1.noarch.rpm


فایل ها

مسیرها
/usr/share/perl5/Sort
/usr/share/perl5/Sort/Versions.pm


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2015-12-15

automated CPAN update

2015-05-22

automated CPAN update

2014-06-16

automated CPAN update

2010-11-22

repair after perl 5.12 upgrade using girar-nmu

2008-09-06

fix directory ownership violation

2005-08-27

first build for ALT Linux Sisyphus