liblinux-inotify2-perl 1:1.22-0.2 source package in Ubuntu

Changelog

liblinux-inotify2-perl (1:1.22-0.2) unstable; urgency=low

  * Non-maintainer upload.
  * Only build on Linux-based architectures.

liblinux-inotify2-perl (1:1.22-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * New upstream version (Closes: #639238)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:07:58 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Michael Bramer
Architectures:
linux-any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
liblinux-inotify2-perl_1.22.orig.tar.gz 8.3 KiB bc9d253f4079935a78b9c071721a5da5c4cb51fb79874e7a28cc4cd5d13521d1
liblinux-inotify2-perl_1.22-0.2.diff.gz 2.5 KiB 6da6b706ca3ac1110f3f611020d67039814e4a49571e840339d41e54ba4e18de
liblinux-inotify2-perl_1.22-0.2.dsc 1.1 KiB d0479227229f00eb4b9eb7e47675bd6cead746c09894565b2361d22f502728e3

Available diffs

View changes file

Binary packages built by this source

liblinux-inotify2-perl: 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.