Source: libmoox-types-mooselike-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: libmodule-runtime-perl (>= 0.014), libmoo-perl (>= 1.004002), libmoose-perl, libtest-fatal-perl, perl, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96) Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoox-types-mooselike-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoox-types-mooselike-perl.git Homepage: https://metacpan.org/release/MooX-Types-MooseLike Testsuite: autopkgtest-pkg-perl Package: libmoox-types-mooselike-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmodule-runtime-perl (>= 0.014), libmoo-perl (>= 1.004002) Suggests: libmoox-types-mooselike-numeric-perl, libmoox-types-setobject-perl Description: module providing some Moosish types and a type builder Moo attributes (like Moose) have an 'isa' property. MooX::Types::MooseLike(::Base) provides some basic types for this property. One can import all types with the ':all' tag or import a list of types. . These types provide a check that the contact attribute is a hash reference, that the guest_list is an array reference, and that the records are an array of hash references.