SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-I18N-Collate rpm build for : OpenSuSE. For other distributions click perl-I18N-Collate.

Name : perl-I18N-Collate
Version : 1.02 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.9.1 Date : 2023-01-27 16:46:12
Group : Development/Libraries/Perl Source RPM : perl-I18N-Collate-1.02-lp154.9.1.src.rpm
Size : 0.03 MB
Packager : https://www_suse_com/
Summary : compare 8-bit scalar data according to the current locale
Description :
***

WARNING: starting from the Perl version 5.003_06
the I18N::Collate interface for comparing 8-bit scalar data
according to the current locale

HAS BEEN DEPRECATED

That is, please do not use it anymore for any new applications
and please migrate the old applications away from it because its
functionality was integrated into the Perl core language in the
release 5.003_06.

See the perllocale manual page for further information.

***

This module provides you with objects that will collate according to your
national character set, provided that the POSIX setlocale() function is
supported on your system.

You can compare $s1 and $s2 above with

$s1 le $s2

to extract the data itself, you\'ll need a dereference: $$s1

This module uses POSIX::setlocale(). The basic collation conversion is done
by strxfrm() which terminates at NUL characters being a decent C routine.
collate_xfrm() handles embedded NUL characters gracefully.

The available locales depend on your operating system; try whether \'locale
-a\' shows them or man pages for \"locale\" or \"nlsinfo\" or the direct
approach \'ls /usr/lib/nls/loc\' or \'ls /usr/lib/nls\' or \'ls
/usr/lib/locale\'. Not all the locales that your vendor supports are
necessarily installed: please consult your operating system\'s documentation
and possibly your local system administration. The locale names are
probably something like \'xx_XX.(ISO)?8859-N\' or \'xx_XX.(ISO)?8859N\', for
example \'fr_CH.ISO8859-1\' is the Swiss (CH) variant of French (fr), ISO
Latin (8859) 1 (-1) which is the Western European character set.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-I/15.4/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-I18N-Collate-1.02-lp154.9.1.noarch.rpm
     

Provides :
perl(I18N::Collate)
perl-I18N-Collate

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/I18N
/usr/lib/perl5/vendor_perl/5.26.1/I18N/Collate.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-I18N-Collate
/usr/share/doc/packages/perl-I18N-Collate/Changes
/usr/share/doc/packages/perl-I18N-Collate/LICENSE
/usr/share/doc/packages/perl-I18N-Collate/README
/usr/share/man/man3/I18N::Collate.3pmc.gz

 
ICM