SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Text-CSV-Easy rpm build for : OpenSuSE. For other distributions click perl-Text-CSV-Easy.

Name : perl-Text-CSV-Easy
Version : 0.54 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp156.1.1 Date : 2024-07-03 19:11:39
Group : Development/Libraries/Perl Source RPM : perl-Text-CSV-Easy-0.54-lp156.1.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Easy CSV parsing and building
Description :
Text::CSV::Easy is a simple module for parsing and building CSV strings.
This module itself is a lightweight wrapper around Text::CSV::Easy_XS or
Text::CSV::Easy_PP.

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

* 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/15.6/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Text-CSV-Easy-0.54-lp156.1.1.noarch.rpm
     

Provides :
perl(Text::CSV::Easy)
perl(Text::CSV::Easy_PP)
perl-Text-CSV-Easy

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/Text
/usr/lib/perl5/vendor_perl/5.26.1/Text/CSV
/usr/lib/perl5/vendor_perl/5.26.1/Text/CSV/Easy.pm
/usr/lib/perl5/vendor_perl/5.26.1/Text/CSV/Easy_PP.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Text-CSV-Easy
/usr/share/doc/packages/perl-Text-CSV-Easy/Changes
/usr/share/doc/packages/perl-Text-CSV-Easy/README
/usr/share/doc/packages/perl-Text-CSV-Easy/ignore.txt
/usr/share/man/man3/Text::CSV::Easy.3pm.gz
/usr/share/man/man3/Text::CSV::Easy_PP.3pm.gz

 
ICM