File: control

package info (click to toggle)
libfile-save-home-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 160 kB
  • sloc: perl: 183; makefile: 11
file content (25 lines) | stat: -rw-r--r-- 1,176 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: libfile-save-home-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libstring-random-perl,
                     perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-save-home-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfile-save-home-perl.git
Homepage: https://metacpan.org/release/File-Save-Home
Testsuite: autopkgtest-pkg-perl

Package: libfile-save-home-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl extension to place file safely under user home directory
 File::Save::Home provides several functions which try to determine
 whether you can, indeed, safely create directories and files underneath
 a user's home directory. Among other things, if you are placing a file
 in such a location only temporarily -- say, for testing purposes -- you
 can temporarily hide any already existing file with the same name and
 restore it to its original name and timestamps when you are done.