[Bug 240177] New: Review Request: perl-Text-RecordParser - Read record-oriented files

bugzilla at redhat.com bugzilla at redhat.com
Tue May 15 16:47:08 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.




https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=240177

           Summary: Review Request: perl-Text-RecordParser - Read record-
                    oriented files
           Product: Fedora Extras
           Version: devel
          Platform: All
               URL: http://search.cpan.org/dist/Text-RecordParser/
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: cweyl at alumni.drew.edu
         QAContact: fedora-package-review at redhat.com


SRPM URL: http://home.comcast.net/~ckweyl/perl-Text-RecordParser-v1.2.1-1.fc6.src.rpm
SPEC URL: http://home.comcast.net/~ckweyl/perl-Text-RecordParser.spec

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.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list