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
|
Source: libmoosex-types-stringlike-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libmoose-perl,
libmoosex-types-perl,
perl,
perl | libtest-simple-perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoosex-types-stringlike-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoosex-types-stringlike-perl.git
Homepage: https://metacpan.org/release/MooseX-Types-Stringlike
Package: libmoosex-types-stringlike-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libmoosex-types-perl
Description: Moose type constraints for strings or string-like objects
MooseX::Types::Stringlike provides a more general version of the Str type. If
coercions are enabled, it will accepts objects that overload stringification
and coerces them into strings.
.
Moose is an extension of the Perl 5 object system.
|