File: control

package info (click to toggle)
libfile-treecreate-perl 0.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: perl: 325; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,183 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
Source: libfile-treecreate-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libtest-simple-perl <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-treecreate-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-treecreate-perl.git
Homepage: https://metacpan.org/release/File-TreeCreate
Rules-Requires-Root: no

Package: libfile-treecreate-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Breaks: libfile-find-object-perl (<< 0.3.6)
Replaces: libfile-find-object-perl (<< 0.3.6)
Multi-Arch: foreign
Description: Perl module to recursively create and populate a directory tree
 File::TreeCreate is a Perl module to quickly and easily create a directory
 tree and populate it with simple text files.  It was extracted from several
 near-identical copies used in the tests of some of the author's CPAN
 distributions.