debian/0000755000000000000000000000000011532550466007175 5ustar debian/control0000644000000000000000000000227511532547764010615 0ustar Source: libmoosex-types-varianttable-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libtest-exception-perl, libmoose-perl (>= 0.75), libmoosex-types-structured-perl, libmoosex-clone-perl, libsub-exporter-perl, libtest-use-ok-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/MooseX-Types-VariantTable/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-types-varianttable-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-types-varianttable-perl/ Package: libmoosex-types-varianttable-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-clone-perl, libmoosex-types-structured-perl, libsub-exporter-perl, libmoose-perl (>= 0.75) Description: Moose extension for a type-constraint based dispatch table MooseX::Types::VariantTable is a Moose extension that implements a simple dispatch table based on Moose type constraints. Subtypes will be checked before their parents, meaning that the order of the declaration does not matter. debian/copyright0000644000000000000000000000215211532550117011121 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Yuval Kogman Source: http://search.cpan.org/dist/MooseX-Types-VariantTable/ Name: MooseX-Types-VariantTable Files: * Copyright: 2008, Yuval Kogman License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Jonathan Yu 2011, 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/watch0000644000000000000000000000021711320332650010212 0ustar version=3 http://search.cpan.org/dist/MooseX-Types-VariantTable/ .*/MooseX-Types-VariantTable-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011532550425010617 5ustar debian/patches/use-hash_util_fieldhash.patch0000644000000000000000000000066211320767615016433 0ustar Description: use Hash::Util::FieldHash instead of ::Compat Author: Jonathan Yu Origin: vendor Forwarded: not-needed --- a/lib/MooseX/Types/VariantTable.pm +++ b/lib/MooseX/Types/VariantTable.pm @@ -3,7 +3,7 @@ package MooseX::Types::VariantTable; use Moose; -use Hash::Util::FieldHash::Compat qw(idhash); +use Hash::Util::FieldHash qw(idhash); use Scalar::Util qw(refaddr); use Moose::Util::TypeConstraints; debian/patches/series0000644000000000000000000000006311320767615012041 0ustar use-hash_util_fieldhash.patch fix-pod-errors.patch debian/patches/fix-pod-errors.patch0000644000000000000000000000047211320767615014531 0ustar Description: fix POD errors Author: Jonathan Yu Origin: vendor Forwarded: no --- a/lib/MooseX/Types/VariantTable/Declare.pm +++ b/lib/MooseX/Types/VariantTable/Declare.pm @@ -118,4 +118,5 @@ time in a role composition like way, so your code will not continue to work the same. -=back +=cut + debian/compat0000644000000000000000000000000211320332650010357 0ustar 7 debian/changelog0000644000000000000000000000106111532550414011036 0ustar libmoosex-types-varianttable-perl (0.04-2) unstable; urgency=low * Add build dependency on libtest-use-ok-perl (closes: #615623). * Switch to source format 3.0 (quilt); remove quilt framework. * Add /me to Uploaders. * Set Standards-Version to 3.9.1 (no changes). * debian/copyright: update formatting. -- gregor herrmann Sun, 27 Feb 2011 23:32:43 +0100 libmoosex-types-varianttable-perl (0.04-1) unstable; urgency=low * Initial Release (Closes: #563843) -- Jonathan Yu Tue, 05 Jan 2010 22:57:00 -0500 debian/source/0000755000000000000000000000000011532550425010470 5ustar debian/source/format0000644000000000000000000000001411532547670011706 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611532547710010252 0ustar #!/usr/bin/make -f %: dh $@