File: control

package info (click to toggle)
libmoosex-types-path-tiny-perl 0.012-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 308 kB
  • sloc: perl: 276; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,686 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
37
38
39
40
41
42
43
Source: libmoosex-types-path-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libfile-pushd-perl,
                     libmoose-perl (>= 2),
                     libmoosex-getopt-perl,
                     libmoosex-types-perl,
                     libmoosex-types-stringlike-perl,
                     libnamespace-autoclean-perl,
                     libpath-tiny-perl,
                     libtest-fatal-perl
Standards-Version: 4.1.2
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-types-path-tiny-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmoosex-types-path-tiny-perl.git
Homepage: https://metacpan.org/release/MooseX-Types-Path-Tiny
Testsuite: autopkgtest-pkg-perl

Package: libmoosex-types-path-tiny-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmoose-perl (>= 2),
         libmoosex-getopt-perl,
         libmoosex-types-perl,
         libmoosex-types-stringlike-perl,
         libnamespace-autoclean-perl,
         libpath-tiny-perl
Description: Path::Tiny types and coercions for Moose
 MooseX::Types::Path::Tiny provides Path::Tiny types for Moose. It handles two
 important types of coercion:
  * coercing objects with overloaded stringification
  * coercing to absolute paths
 .
 It also can check to ensure that files or directories exist.
 .
 File::Tiny is a file path utility module.
 .
 Moose is an extension of the Perl 5 object system.