libfile-changenotify-perl 0.24-2 source package in Ubuntu

Changelog

libfile-changenotify-perl (0.24-2) unstable; urgency=medium

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * Unconditionally build depend on libmodule-build-perl
  * Declare compliance with Debian policy 3.9.6
  * Update copyright years for debian/* packaging files
  * Don't install File::ChangeNotify::Watcher::KQueue module.
    It needs IO::KQueue which is not packaged in Debian and is the perl
    interface to the BSD kqueue system call.
  * Mark package as autopkgtestable
  * Don't install File::ChangeNotify::Watcher::KQueue manpage

 -- Salvatore Bonaccorso <email address hidden>  Sun, 31 May 2015 17:09:14 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-changenotify-perl_0.24-2.dsc 2.5 KiB 2f38ccd98418b43ab50c1f51228fa2251b04ff1721b85de68e7990f307b5020e
libfile-changenotify-perl_0.24.orig.tar.gz 19.0 KiB 3c8180169de0f97ad852a55942f74e520cbe433aa0889d0b65548ee38a111124
libfile-changenotify-perl_0.24-2.debian.tar.xz 6.3 KiB 0c2799817ba8801b7f7cdc1bf021a9d478e5b352b3b1fae340f98e4d4aae5ef7

Available diffs

No changes file available.

Binary packages built by this source

libfile-changenotify-perl: module to monitor files for changes

 File::ChangeNotify is a Perl module that provides a way to monitor files for
 changes in an efficient and cross-platform manner. Developers can override
 the default mechanism by subclassing the included File::ChangeNotify::Watcher
 module, allowing for platform-specific optimizations.