libmoosex-types-stringlike-.../debian/control

27 lines
1000 B
Plaintext

Source: libmoosex-types-stringlike-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (=13)
Build-Depends-Indep: libmoose-perl,
libmoosex-types-perl,
perl,
perl | libtest-simple-perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Standards-Version: 4.1.3
Vcs-Browser: https://gitee.com/openkylin/libmoosex-types-stringlike-perl
Vcs-Git: https://gitee.com/openkylin/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.