File: control

package info (click to toggle)
libfile-countlines-perl 0.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 84 kB
  • ctags: 4
  • sloc: perl: 83; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,099 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
Source: libfile-countlines-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), libtest-pod-perl
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Maximilian Gass <mxey@cloudconnected.org>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/File-CountLines/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-countlines-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-countlines-perl/

Package: libfile-countlines-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: module for efficiently counting the number of lines in a file
 perlfaq5 answers the question on how to count the number of lines in a file.
 File::CountLines is a convenient wrapper around that method, with additional
 options.
 .
 More specifically, it counts the number of line breaks rather than lines. On
 Unix systems nearlly all text files end with a newline (by convention), so
 usually the number of lines and number of line breaks is equal.