debian/0000755000000000000000000000000012113162725007166 5ustar debian/rules0000755000000000000000000000003612113162725010245 0ustar #!/usr/bin/make -f %: dh $@ debian/libclass-autoloadcan-perl.docs0000644000000000000000000000000712113162725015061 0ustar README debian/control0000644000000000000000000000303112113162725010566 0ustar Source: libclass-autoloadcan-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Olivier Sallou Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-autoloadcan-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-autoloadcan-perl.git Homepage: https://metacpan.org/release/Class-AutoloadCAN/ Package: libclass-autoloadcan-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module managing conflict between AUTOLOAD, can and inheritance Class::AutoloadCAN solves a fundamental conflict between AUTOLOAD, can and inheritance. The problem is that while you can implement anything in AUTOLOAD, UNIVERSAL::can is not aware that it is there. Attempting to modify UNIVERSAL::can to document those methods is very hard. And if a parent class uses AUTOLOAD then subclasses have to do a lot of work to make their AUTOLOADs cooperate with the parent one. It is harder still if 2 parent classes in a multiple inheritance tree wish to cooperate with each other. Few try to do this, which may be good since those who try usually get it wrong. See http://www.perlmonks.org/?node_id=342804 for a fuller discussion. . With this module instead of writing AUTOLOADs, you write CANs. Based on what they return, Class::AutoloadCAN will decide whether you handle the call or it needs to search higher up the inheritance chain. debian/source/0000755000000000000000000000000012113162725010466 5ustar debian/source/format0000644000000000000000000000001412113162725011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025312113162725011040 0ustar libclass-autoloadcan-perl (0.03-1) unstable; urgency=low * Initial Release (Closes: #701456). -- Olivier Sallou Sat, 23 Feb 2013 10:13:59 +0100 debian/compat0000644000000000000000000000000212113162725010364 0ustar 9 debian/copyright0000644000000000000000000000176212113162725011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Class-AutoloadCAN/ Upstream-Name: Class-AutoloadCAN Files: * Copyright: 2005, Ben Tilly License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Olivier Sallou 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/watch0000644000000000000000000000020012113162725010207 0ustar version=3 https://metacpan.org/release/Class-AutoloadCAN/ .*/Class-AutoloadCAN-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$