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 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: libmoosex-types-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>,
Ansgar Burchardt <ansgar@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
libmodule-build-tiny-perl
Build-Depends-Indep: libcarp-clan-perl,
libmodule-runtime-perl,
libmoose-perl,
libnamespace-autoclean-perl,
libsub-exporter-perl,
libsub-exporter-formethods-perl,
libsub-install-perl,
libsub-name-perl,
libtest-fatal-perl,
libtest-requires-perl,
perl
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoosex-types-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoosex-types-perl.git
Homepage: https://metacpan.org/release/MooseX-Types
Package: libmoosex-types-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcarp-clan-perl,
libmodule-runtime-perl,
libmoose-perl,
libnamespace-autoclean-perl,
libsub-exporter-perl,
libsub-exporter-formethods-perl,
libsub-install-perl,
libsub-name-perl
Description: Moose extension to organise types in libraries
MooseX::Types allows developers to organise and selectively import your own
and the built-in types in libraries, rather than the default behaviour where
types are global. As a nice side effect, it catches typographic errors at
compile-time too.
.
The main motivation for this module is to provide an easy way of preventing
conflicts with your type names, since the internal fully qualified names of
the types will be prefixed with the library's name. It also provides some
convenient functions for working with Moose types.
|