1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
  
     | 
    
      Source: libfile-changenotify-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libclass-mop-perl, liblinux-inotify2-perl (>= 1:1.2),
 libmoose-perl,
 libmoosex-params-validate-perl (>= 0.08), libmoosex-semiaffordanceaccessor-perl,
 libnamespace-autoclean-perl, libtest-exception-perl,
 libtest-without-module-perl, perl, perl (>= 5.10.0) | libmodule-pluggable-perl,
 perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>, Franck Joncourt <franck@debian.org>,
 Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>
Standards-Version: 3.9.0
Homepage: http://search.cpan.org/dist/File-ChangeNotify/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-changenotify-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-changenotify-perl/
Package: libfile-changenotify-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libclass-mop-perl,
 liblist-moreutils-perl, libmoose-perl, libmoosex-params-validate-perl (>= 0.08),
 libmoosex-semiaffordanceaccessor-perl, libnamespace-autoclean-perl,
 perl (>= 5.10.0) | libmodule-pluggable-perl
Recommends: liblinux-inotify2-perl (>= 1:1.2)
Description: 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.
 
     |