INFO
Name: perl-Text-RecordParser
Version: 1.6.5-24.el9
Arch: noarch
Summary: Read record-oriented files
License: GPLv2
Vendor: Fedora Project
Build Host: buildvm-x86-15.iad2.fedoraproject.org
Build Date: Thu Jul 14 06:46:01 2022
Size: 67370
URL: https://metacpan.org/release/Text-RecordParser
Description: This module is for reading record-oriented data in a delimited text file.
The most common example have records separated by newlines and fields
separated by commas or tabs, but this module aims to provide a consistent
interface for handling sequential records in a file however they may be
delimited. Typically this data lists the fields in the first line of the
file, in which case you should call bind_header to bind the field name (or
not, and it will be called implicitly). If the first line contains data,
you can still bind your own field names via bind_fields. Either way, you
can then use many methods to get at the data as arrays or hashes.
FILES
/usr/share/doc/perl-Text-RecordParser
/usr/share/doc/perl-Text-RecordParser/Changes
/usr/share/doc/perl-Text-RecordParser/README
/usr/share/doc/perl-Text-RecordParser/TODO
/usr/share/man/man1/tab2graph.1.gz
/usr/share/man/man1/tablify.1.gz
/usr/share/man/man1/tabmerge.1.gz
/usr/share/man/man3/Text::RecordParser.3pm.gz
/usr/share/man/man3/Text::RecordParser::Object.3pm.gz
/usr/share/man/man3/Text::RecordParser::Tab.3pm.gz
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/RecordParser
/usr/share/perl5/vendor_perl/Text/RecordParser.pm
/usr/share/perl5/vendor_perl/Text/RecordParser/Object.pm
/usr/share/perl5/vendor_perl/Text/RecordParser/Tab.pm
REQUIRES
perl(:MODULE_COMPAT_5.32.1)
perl(Carp)
perl(Class::Accessor)
perl(IO::Scalar)
perl(List::MoreUtils)
perl(Readonly)
perl(Text::ParseWords)
perl(Text::RecordParser)
perl(base)
perl(strict)
perl(version)
perl(warnings)
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
perl(Text::RecordParser) 1.6.5
perl(Text::RecordParser::Object) 1.4.0
perl(Text::RecordParser::Tab) 1.4.0
perl-Text-RecordParser 1.6.5-24.el9
CONFIG FILES
/usr/share/doc/perl-Text-RecordParser
/usr/share/doc/perl-Text-RecordParser/Changes d
/usr/share/doc/perl-Text-RecordParser/README d
/usr/share/doc/perl-Text-RecordParser/TODO d
/usr/share/man/man1/tab2graph.1.gz d
/usr/share/man/man1/tablify.1.gz d
/usr/share/man/man1/tabmerge.1.gz d
/usr/share/man/man3/Text::RecordParser.3pm.gz d
/usr/share/man/man3/Text::RecordParser::Object.3pm.gz d
/usr/share/man/man3/Text::RecordParser::Tab.3pm.gz d
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/RecordParser
/usr/share/perl5/vendor_perl/Text/RecordParser.pm
/usr/share/perl5/vendor_perl/Text/RecordParser/Object.pm
/usr/share/perl5/vendor_perl/Text/RecordParser/Tab.pm
LICENSE FILES
GPLv2
|