File: control

package info (click to toggle)
libpath-class-file-stat-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 128 kB
  • ctags: 101
  • sloc: perl: 1,140; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,037 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
21
22
23
24
Source: libpath-class-file-stat-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libpath-class-perl (>= 0.32),
                     perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpath-class-file-stat-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpath-class-file-stat-perl.git
Homepage: https://metacpan.org/release/Path-Class-File-Stat/

Package: libpath-class-file-stat-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libpath-class-perl (>= 0.32)
Description: cache of stat calls for a Path::Class::File object
 Path::Class::File::Stat perl module is an extension of
 Path::Class::File. Path::Class::File::Stat is useful in long-running
 programs (as under mod_perl) where you might have a file handle opened
 and want to check if the underlying file has changed.