File: control

package info (click to toggle)
libtypes-path-tiny-perl 0.006-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 176 kB
  • sloc: perl: 212; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,206 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
Source: libtypes-path-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libfile-pushd-perl,
                     libpath-tiny-perl,
                     libtype-tiny-perl,
                     perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtypes-path-tiny-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtypes-path-tiny-perl.git
Homepage: https://metacpan.org/release/Types-Path-Tiny

Package: libtypes-path-tiny-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libpath-tiny-perl,
         libtype-tiny-perl
Description: Path::Tiny types and coercions for Moose and Moo
 Types::Path::Tiny provides types and coercions useful for dealing
 with Path::Tiny objects as Moose or Moo attributes.
 .
 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.