File: control

package info (click to toggle)
libfilehandle-fmode-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 108 kB
  • ctags: 8
  • sloc: perl: 97; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 959 bytes parent folder | download
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
Source: libfilehandle-fmode-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
               libtest-pod-perl,
               perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfilehandle-fmode-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfilehandle-fmode-perl.git
Homepage: https://metacpan.org/release/FileHandle-Fmode

Package: libfilehandle-fmode-perl
Architecture: any
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: Perl module for checking filehandle status
 FileHandle::Fmode provides methods to test if a filehandle is readable, 
 writable, both, or open for appending.
 .
 FileHandle::Fmode is used by other packages like DBM::Deep.