debian/0000755000000000000000000000000011506011552007162 5ustar debian/source/0000755000000000000000000000000011506011415010460 5ustar debian/source/format0000644000000000000000000000001411506011306011665 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211506011306010355 0ustar 7 debian/control0000644000000000000000000000265411506011306010571 0ustar Source: libmoosex-multimethods-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.0.50) Build-Depends-Indep: perl, libmoosex-declare-perl, libtest-nowarnings-perl, libtest-exception-perl, libaliased-perl, libdevel-declare-perl, libdevel-partialdump-perl, libmoose-perl, libmoosex-method-signatures-perl, libmoosex-types-perl, libmoosex-types-varianttable-perl, libnamespace-autoclean-perl, libsub-install-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/MooseX-MultiMethods/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-multimethods-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-multimethods-perl/ Package: libmoosex-multimethods-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libaliased-perl, libdevel-declare-perl, libdevel-partialdump-perl, libmoose-perl, libmoosex-method-signatures-perl, libmoosex-types-perl, libmoosex-types-varianttable-perl, libnamespace-autoclean-perl, libsub-install-perl Description: Moose extension enabling multiple method dispatch MooseX::MultiMethods is a Perl module providing multiple method dispatch based on Moose type constraints. When invoking a method declared as "multi", a matching variant will be selected based on the passed parameters and the declared type constraints. debian/changelog0000644000000000000000000000024511506011306011032 0ustar libmoosex-multimethods-perl (0.10-1) unstable; urgency=low * Initial Release (Closes: 608086) -- Jonathan Yu Sun, 26 Dec 2010 21:34:20 -0500 debian/watch0000644000000000000000000000020311506011306010203 0ustar version=3 http://search.cpan.org/dist/MooseX-MultiMethods/ .*/MooseX-MultiMethods-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000204711506011306011115 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Florian Ragwitz Source: http://search.cpan.org/dist/MooseX-MultiMethods/ Name: MooseX-MultiMethods Files: * Copyright: 2010, Florian Ragwitz License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Jonathan Yu 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/rules0000755000000000000000000000033111506011306010234 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install rm $(TMP)/usr/share/man/man3/MooseX::MultiMethods::Meta::Method.3pm