File: control

package info (click to toggle)
libarray-printcols-perl 2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 516 kB
  • ctags: 10
  • sloc: perl: 86; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,159 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
Source: libarray-printcols-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000)
Build-Depends-Indep: libfile-sharedir-perl,
                     perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libarray-printcols-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libarray-printcols-perl.git
Homepage: https://metacpan.org/release/Array-PrintCols

Package: libarray-printcols-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfile-sharedir-perl
Description: Perl module to print array elements vertically
 Array::PrintCols, version 2.1, is a Perl 5 module which defines a
 subroutine to print arrays of elements in alphabetically, vertically
 sorted columns.  Optional arguments can be given to control either the
 width or number of the columns, the total width of the output, and the
 amount of indentation.