debian/0000755000000000000000000000000011574671514007201 5ustar debian/control0000644000000000000000000000243011574671425010604 0ustar Source: libtie-toobject-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-use-ok-perl, perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) , gregor herrmann , Fabrizio Regalli Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Tie-ToObject/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtie-toobject-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtie-toobject-perl/ Package: libtie-toobject-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, Description: module for tying to an existing object While perldoc/tie allows tying to an arbitrary object, the class in question must support this in it's implementation of TIEHASH, TIEARRAY or whatever. . Tie::ToObject class provides a very tie constructor that simply returns the object it was given as it's first argument. This way side effects of calling $object->TIEHASH are avoided. . This is used in Data::Visitor in order to tie a variable to an already existing object. This is also useful for cloning, when you want to clone the internal state object instead of going through the tie interface for that variable. debian/copyright0000644000000000000000000000221311574671144011131 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/Tie-ToObject/ Name: Tie-ToObject Files: * Copyright: 2008, Yuval Kogman License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Krzysztof Krzyzaniak (eloy) 2008, gregor herrmann 2011, Fabrizio Regalli 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/watch0000644000000000000000000000026211212456050010213 0ustar # format version number, currently 3; this line is compulsory! version=3 http://search.cpan.org/dist/Tie-ToObject/ .*/Tie-ToObject-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211574660061010372 0ustar 8 debian/changelog0000644000000000000000000000212411574671144011051 0ustar libtie-toobject-perl (0.03-3) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Email change: gregor herrmann -> gregoa@debian.org [ Fabrizio Regalli ] * Bump to 3.9.2 Standard-Version. * Switch to DEP5 license format. * Add myself to Uploaders. * Switch to debhelper (>= 8). * Bump to 3.0 quilt format. -- Fabrizio Regalli Fri, 10 Jun 2011 18:48:57 +0200 libtie-toobject-perl (0.03-2) unstable; urgency=medium * Add libtest-use-ok-perl to Build-Depends-Indep (closes: #464308). * Set urgency to medium because of the FTBFS bug. * Remove trailing commas and full stops in debian/control. * Add /me to Uploaders. -- gregor herrmann Wed, 06 Feb 2008 20:34:18 +0100 libtie-toobject-perl (0.03-1) unstable; urgency=low * Initial Release (closes: #462078). -- Krzysztof Krzyzaniak (eloy) Tue, 22 Jan 2008 12:35:19 +0100 debian/source/0000755000000000000000000000000011574671514010501 5ustar debian/source/format0000644000000000000000000000001411574660061011702 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611574660061010253 0ustar #!/usr/bin/make -f %: dh $@