File: control

package info (click to toggle)
liblinux-inotify2-perl 1%3A1.1-2.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 104 kB
  • ctags: 109
  • sloc: ansic: 162; perl: 126; makefile: 53
file content (20 lines) | stat: -rw-r--r-- 753 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: liblinux-inotify2-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8.8-7)
Maintainer: Michael Bramer <grisu@debian.org>
Standards-Version: 3.7.2

Package: liblinux-inotify2-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
Description:  scalable directory/file change notification
 This module implements an interface to the Linux 2.6.13 and later Inotify
 file/directory change notification sytem.
 .
 It has a number of advantages over the Linux::Inotify module:
  - it is portable (Linux::Inotify only works on x86)
  - the equivalent of fullname works correctly
  - it is better documented
  - it has callback-style interface, which is better suited for
 integration.