File: control

package info (click to toggle)
libperlio-eol-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 196 kB
  • ctags: 52
  • sloc: ansic: 169; perl: 53; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 857 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libperlio-eol-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312), perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Bastian Blank <waldi@debian.org>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/PerlIO-eol
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libperlio-eol-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libperlio-eol-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libperlio-eol-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
Description: PerlIO layer for normalizing line endings
 The PerlIO::eol layer normalizes any of CR, LF, CRLF and Native encoding into
 the designated line ending. It works for both input and output handles.