File: control

package info (click to toggle)
libtypes-path-tiny-perl 0.005-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 148 kB
  • ctags: 1
  • sloc: perl: 205; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,116 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
Source: libtypes-path-tiny-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 (CPAN/PAUSE) <daxim@cpan.org>
Build-Depends: debhelper (>= 9.20120312)
Build-Depends-Indep: libfile-pushd-perl,
 libpath-tiny-perl,
 libtype-tiny-perl,
 perl (>= 5.13.4) | libtest-simple-perl (>= 0.96), perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtypes-path-tiny-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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 Path::Tiny types for Moose, Moo, etc.
 .
 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.