File: control

package info (click to toggle)
libsys-utmp-perl 1.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 72 kB
  • ctags: 8
  • sloc: perl: 181; makefile: 42
file content (14 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: libsys-utmp-perl
Section: interpreters
Priority: optional
Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-17)
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.5.6.0

Package: libsys-utmp-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Description: perl module to query UTMP files.
 Sys::Utmp provides a vaguely object oriented interface to the Unix user
 accounting file /var/run/utmp, and other files of similar format. It can
 only be used to query the contents of the file, and cannot modify it.