File: control

package info (click to toggle)
libmousex-types-path-class-perl 0.07-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 200 kB
  • ctags: 145
  • sloc: perl: 1,732; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,427 bytes parent folder | download | duplicates (2)
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
Source: libmousex-types-path-class-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libmouse-perl,
 libmousex-getopt-perl,
 libmousex-types-perl,
 libpath-class-perl,
 perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
 libtest-useallmodules-perl,
 perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>,
 Florian Schlichting <fschlich@zedat.fu-berlin.de>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/MouseX-Types-Path-Class/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libmousex-types-path-class-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmousex-types-path-class-perl.git

Package: libmousex-types-path-class-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libmouse-perl,
 libmousex-types-perl,
 libpath-class-perl
Suggests: libmousex-getopt-perl
Description: Path::Class type library for Mouse
 MouseX::Types::Path::Class creates common Mouse types, coercions and
 option specifications useful for dealing with Path::Class objects as
 Mouse attributes.
 .
 Coercions (see Mouse::Util::TypeConstraints) are made from both "Str"
 and "ArrayRef" to both Path::Class::Dir and Path::Class::File objects.
 If you have MouseX::Getopt installed, the Getopt option type ("=s") will
 be added for both Path::Class::Dir and Path::Class::File.