File: control

package info (click to toggle)
libdirectory-scratch-structured-perl 0.04-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 112 kB
  • ctags: 5
  • sloc: perl: 62; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,185 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-structured-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper (>= 7)
 , libmodule-build-perl
Build-Depends-Indep:
 perl
 , libdirectory-scratch-perl
 , libreadonly-perl
 , libsub-exporter-perl
 , libsub-install-perl
 , libtest-block-perl
 , libtest-exception-perl
 , libtest-nowarnings-perl
 , libtest-warn-perl
Maintainer: David Paleino <dapal@debian.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/Directory-Scratch-Structured/
Vcs-Git: git://git.debian.org/git/collab-maint/libdirectory-scratch-structured-perl.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/libdirectory-scratch-structured-perl.git

Package: libdirectory-scratch-structured-perl
Architecture: all
Depends:
 ${perl:Depends}
 , ${misc:Depends}
 , libdata-treedumper-perl
 , libdirectory-scratch-perl
 , libreadonly-perl
 , libsub-exporter-perl
 , libsub-install-perl
Description: creates temporary files and directories from a structured description
 This package extends the Directory::Scratch module by adding a
 create_structured_tree subroutine, which can accept an Array or an Hash as
 arguments, creating files or directories, respectively.