File: control

package info (click to toggle)
libtext-recordparser-perl 1.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 364 kB
  • ctags: 34
  • sloc: perl: 2,045; makefile: 4
file content (47 lines) | stat: -rw-r--r-- 1,644 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
43
44
45
46
47
Source: libtext-recordparser-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper (>= 8),
 libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1)
Build-Depends-Indep:
 libclass-accessor-perl,
 libgraphviz-perl,
 libio-stringy-perl,
 liblist-moreutils-perl,
 libpod-markdown-perl,
 libpod-readme-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.4
Homepage: https://metacpan.org/release/Text-RecordParser/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-recordparser-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-recordparser-perl.git

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, libreadonly-xs-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.