debian/0000755000000000000000000000000012226065573007176 5ustar debian/rules0000755000000000000000000000003612226065573010255 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000177112226065573010607 0ustar Source: libsafe-isa-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Nuno Carvalho Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsafe-isa-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsafe-isa-perl.git Homepage: https://metacpan.org/release/Safe-Isa/ Package: libsafe-isa-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for calling isa and friends on things that may not be objects safely Since Perl allows providing a subroutine reference, or a method name, to the -> operator (when used as a method call) and a subroutine doesn't require the invocant to actually be an object, Safe::Isa can be used to create safe versions of isa, can, does and DOES by using a subroutine reference that only tries to call the method if it's actually used on an object. debian/source/0000755000000000000000000000000012226065573010476 5ustar debian/source/format0000644000000000000000000000001412226065573011704 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000106012226065573011045 0ustar libsafe-isa-perl (1.000004-1) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Fri, 11 Oct 2013 23:19:47 +0200 libsafe-isa-perl (1.000002-1) unstable; urgency=low * Initial Release. (Closes: #683434) -- Nuno Carvalho Tue, 31 Jul 2012 22:13:34 +0100 debian/compat0000644000000000000000000000000212226065573010374 0ustar 8 debian/copyright0000644000000000000000000000203312226065573011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Safe-Isa Upstream-Contact: Matt S. Trout Source: https://metacpan.org/release/Safe-Isa/ Files: * Copyright: 2012, Matt S. Trout License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Nuno Carvalho 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/watch0000644000000000000000000000015612226065573010231 0ustar version=3 https://metacpan.org/release/Safe-Isa/ .*/Safe-Isa-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$