]> git.pld-linux.org Git - packages/perl-Text-RecordParser.git/commitdiff
- pl summary, formatting
authorankry <ankry@pld-linux.org>
Thu, 9 Dec 2004 14:45:03 +0000 (14:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Text-RecordParser.spec -> 1.2

perl-Text-RecordParser.spec

index cccd52f0821056d5e5573677945b73bfb851952c..4ad4e4c1b9367a99a1819ec81a7560fc9bedf5cd 100644 (file)
@@ -7,7 +7,7 @@
 %define        pdir    Text
 %define        pnam    RecordParser
 Summary:       Text::RecordParser - read record-oriented files
-#Summary(pl):  
+Summary(pl):   Text::RecordParser - odczyt plików rekordowych
 Name:          perl-Text-RecordParser
 Version:       0.08
 Release:       1
@@ -26,15 +26,15 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This module is for reading record-oriented data.  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 C<bind_header> to bind the field name.
-If the first line contains data, you can still bind your own field names
-via C<bind_fields>.  Either way, you can then use many methods to get
-at the data as arrays or hashes.
+This module is for reading record-oriented data. 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. 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.
 
 # %description -l pl
 # TODO
This page took 0.045839 seconds and 4 git commands to generate.