File: control

package info (click to toggle)
libtext-recordparser-perl 1.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 436 kB
  • ctags: 144
  • sloc: perl: 3,351; makefile: 4
file content (42 lines) | stat: -rw-r--r-- 1,816 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: libtext-recordparser-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libclass-accessor-perl,
                     libgraphviz-perl,
                     libio-stringy-perl,
                     liblist-moreutils-perl,
                     libreadonly-perl,
                     libtest-exception-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libtext-autoformat-perl,
                     libtext-tabulardisplay-perl,
                     perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Text-RecordParser
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-recordparser-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-recordparser-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libtext-recordparser-perl
Architecture: all
Depends: libclass-accessor-perl,
         libio-stringy-perl,
         liblist-moreutils-perl,
         libreadonly-perl,
         libtext-autoformat-perl,
         ${misc:Depends},
         ${perl:Depends}
Recommends: libgraphviz-perl,
            libtext-tabulardisplay-perl
Description: module to parse record-oriented data in a text file
 Text::RecordParser is a Perl module that extracts record-oriented data from
 arbitrary text files. The most common example has records separated by
 newlines and fields delimited by commas or tabs. This module aims to provide
 a consistent interface for processing an arbitrary sequence of records in a
 file, however they may be delimited. The data can then be extracted using
 arrays or hashes.