Info4: << Package: text-csv-xs-pm%type_pkg[perl] # PERL:XS Version: 1.44 Revision: 1 Description: High-performance CSV manipulation Type: perl (5.16.2 5.18.2 5.18.4 5.28.2 5.30.2 5.30.3) Distribution: << (%type_pkg[perl] = 5162) 10.9, (%type_pkg[perl] = 5162) 10.10, (%type_pkg[perl] = 5162) 10.11, (%type_pkg[perl] = 5162) 10.12, (%type_pkg[perl] = 5162) 10.13 << License: Artistic Maintainer: Benjamin Reed Depends: << encode-pm%type_pkg[perl] (>= 2.73), perl%type_pkg[perl]-core << Source: mirror:cpan:modules/by-module/Text/Text-CSV_XS-%v.tgz Source-Checksum: SHA256(c4812ddca8e2654736c44bc2ce60b27a428a1bc4d5364b0ed1fad3609c8f9bc4) UpdatePOD: True InstallScript: << %{default_script} mv %i/share/man %i/lib/perl5/%type_raw[perl] << DocFiles: ChangeLog README examples/* Homepage: https://metacpan.org/dist/Text-CSV_XS/ DescDetail: << Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class can combine fields into a CSV string and parse a CSV string into fields. The module accepts either strings or files as input and can utilize any user-specified characters as delimiters, separators, and escapes so it is perhaps better called ASV (anything separated values) rather than just CSV. << <<