debian/0000755000000000000000000000000012215060141007156 5ustar debian/rules0000755000000000000000000000003612215060141010235 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000261412215060141010564 0ustar 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.012), # Moo 0.09101 fails testsuite (other versions << 1.000001 not tested) libmoo-perl (>= 1.000001), libtest-fatal-perl, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96), perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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/ Package: libmoox-types-mooselike-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmodule-runtime-perl (>= 0.012), libmoo-perl (>= 1.000001) 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. debian/source/0000755000000000000000000000000012215060141010456 5ustar debian/source/format0000644000000000000000000000001412215060141011664 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000247312215060141011036 0ustar libmoox-types-mooselike-perl (0.25-2) unstable; urgency=low * Fix typo in debian/NEWS. Thanks to David Bremner for spotting. * Move libmoox-types-mooselike-numeric-perl and libmoox-types-setobject- perl to Suggests. The only reverse dependency is already fixed. Thanks to Bill Allombert for the bug report. (Closes: #722506) -- gregor herrmann Sat, 14 Sep 2013 15:10:49 +0200 libmoox-types-mooselike-perl (0.25-1) unstable; urgency=low [ Jonas Smedegaard ] * Fix tighten (build-)dependency on Moo: Version 0.09101 cause FTBFS at testsuite (other versions << 1.000001 not tested). [ gregor herrmann ] * New upstream release. * Add entry to debian/NEWS about split off modules. -- gregor herrmann Sun, 11 Aug 2013 09:30:19 +0200 libmoox-types-mooselike-perl (0.21-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) [ gregor herrmann ] * New upstream release. * Update copyright years and holders. * Add debian/NEWS mentioning an API change. -- gregor herrmann Sat, 02 Mar 2013 20:26:35 +0100 libmoox-types-mooselike-perl (0.16-1) unstable; urgency=low * Initial release (closes: #696098). -- gregor herrmann Sun, 16 Dec 2012 18:52:36 +0100 debian/NEWS0000644000000000000000000000117212215060141007656 0ustar libmoox-types-mooselike-perl (0.25-1) unstable; urgency=low MooX::Types::MooseLike::Numeric and MooX::Types::SetObject are now split of into their own distributions/packages. -- gregor herrmann Sat, 10 Aug 2013 12:18:36 +0200 libmoox-types-mooselike-perl (0.21-1) unstable; urgency=low From upstream Changes (0.18): AnyOf now supports parameterized types API CHANGE: AnyOf no longer takes types in a string This means you should write: AnyOf[Int, CodeRef] instead of: AnyOf['Int', 'CodeRef'] -- gregor herrmann Sat, 02 Mar 2013 20:24:30 +0100 debian/compat0000644000000000000000000000000212215060141010354 0ustar 8 debian/copyright0000644000000000000000000000304212215060141011110 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MooX-Types-MooseLike Source: https://metacpan.org/release/MooX-Types-MooseLike/ Upstream-Contact: Mateu X. Hunter (cpan:MATEU) Files: * Copyright: 2011-2013, mateu - Mateu X. Hunter (cpan:MATEU) 2011-2013, mst - Matt S. Trout (cpan:MSTROUT) 2011-2013, Mithaldu - Christian Walde (cpan:MITHALDU) 2011-2013, Matt Phillips (cpan:MATTP) 2011-2013, Arthur Axel fREW Schmidt (cpan:FREW) 2011-2013, Toby Inkster (cpan:TOBYINK) License: Artistic or GPL-1+ Files: lib/MooX/Types/MooseLike/Base.pm Copyright: 2011, 2012, Mateu Hunter License: Artistic or GPL-1+ Files: debian/* Copyright: 2012-2013, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000020612215060141010205 0ustar version=3 https://metacpan.org/release/MooX-Types-MooseLike/ .*/MooX-Types-MooseLike-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$