SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Text-CSV-Easy_XS rpm build for : openSUSE Tumbleweed. For other distributions click perl-Text-CSV-Easy_XS.

Name : perl-Text-CSV-Easy_XS
Version : 0.54 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 7.74 Date : 2024-08-28 23:42:19
Group : Development/Libraries/Perl Source RPM : perl-Text-CSV-Easy_XS-0.54-7.74.src.rpm
Size : 0.03 MB
Packager : (none)
Summary : Easy (and fast) CSV parsing and building
Description :
Text::CSV::Easy_XS is a simple module for parsing and building CSV lines.
This module is written in XS, which is much faster than the PurePerl
alternative (Text::CSV::Easy_PP). You can use Text::CSV::Easy directly and
it will make the best decision on which module to use.

This module conforms to RFC 4180 (http://tools.ietf.org/html/rfc4180) for
both parsing and building of CSV strings.

* 1. Use commas to separate fields. Spaces will be considered part of the
field.

abc,def, ghi => ( \'abc\', \'def\', \' ghi\' )

* 2. You may enclose fields in quotes.

\"abc\",\"def\" => ( \'abc\', \'def\' )

* 3. If your field contains a line break, a comma, or a quote, you need to
enclose it in quotes. A quote should be escaped with another quote.

\"a,b\",\"a\
b\",\"a\"\"b\" => ( \'a,b\', \"a\
b\", \'a\"b\' )

* 4. A trailing newline is acceptable (both LF and CRLF).

abc,def\
=> ( \'abc\', \'def\' )
abc,def\\r\
=> ( \'abc\', \'def\' )

When building a string using csv_build, all non-numeric strings will always
be enclosed in quotes.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/openSUSE_Tumbleweed/x86_64

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Text-CSV-Easy_XS-0.54-7.74.x86_64.rpm
     

Provides :
perl(Text::CSV::Easy_XS)
perl-Text-CSV-Easy_XS
perl-Text-CSV-Easy_XS(x86-64)

Requires :
ld-linux-x86-64.so.2()(64bit)
ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
perl(:MODULE_COMPAT_5.40.0)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/x86_64-linux-thread-multi/Text
/usr/lib/perl5/vendor_perl/5.40.0/x86_64-linux-thread-multi/Text/CSV
/usr/lib/perl5/vendor_perl/5.40.0/x86_64-linux-thread-multi/Text/CSV/Easy_XS.pm
/usr/lib/perl5/vendor_perl/5.40.0/x86_64-linux-thread-multi/auto/Text
/usr/lib/perl5/vendor_perl/5.40.0/x86_64-linux-thread-multi/auto/Text/CSV
/usr/lib/perl5/vendor_perl/5.40.0/x86_64-linux-thread-multi/auto/Text/CSV/Easy_XS
/usr/lib/perl5/vendor_perl/5.40.0/x86_64-linux-thread-multi/auto/Text/CSV/Easy_XS/Easy_XS.so
/usr/share/doc/packages/perl-Text-CSV-Easy_XS
/usr/share/doc/packages/perl-Text-CSV-Easy_XS/Changes
/usr/share/doc/packages/perl-Text-CSV-Easy_XS/README
/usr/share/doc/packages/perl-Text-CSV-Easy_XS/ignore.txt
/usr/share/man/man3/Text::CSV::Easy_XS.3pm.gz

 
ICM