File: control

package info (click to toggle)
libdirectory-scratch-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 404 kB
  • ctags: 25
  • sloc: perl: 1,173; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,552 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
26
27
28
29
30
31
32
33
34
35
36
Source: libdirectory-scratch-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jeremiah C. Foster <jeremiah@jeremiahfoster.com>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
               libmodule-build-tiny-perl
Build-Depends-Indep: libpath-class-perl,
                     libpath-tiny-perl (>= 0.060),
                     libstring-random-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdirectory-scratch-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdirectory-scratch-perl.git
Homepage: https://metacpan.org/release/Directory-Scratch

Package: libdirectory-scratch-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libpath-class-perl,
         libpath-tiny-perl (>= 0.060)
Recommends: libstring-random-perl
Description: easy-to-use self-cleaning scratch space
 When writing test suites for modules that operate on files, 
 it's often inconvenient to correctly create a platform-independent 
 temporary storage space, manipulate files inside it, then clean it 
 up when the test exits. The inconvenience usually results in tests 
 that don't work everywhere, or worse, no tests at all.
 .
 Directory::Scratch aims to eliminate that problem by making it easy to 
 do things right.