debian/0000755000000000000000000000000012224604634007171 5ustar debian/rules0000755000000000000000000000003612224604634010250 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000260012224604634010572 0ustar Source: libhash-storediterator-perl Maintainer: Debian Perl Group Uploaders: Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), libfennec-perl, perl (>= 5.15.8) | libextutils-parsexs-perl (>= 3.15), perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000), perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhash-storediterator-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhash-storediterator-perl.git Homepage: https://metacpan.org/release/Hash-StoredIterator Package: libhash-storediterator-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl module for accessing a hashes internal iterator Hash::StoredIterator gives access to get, set, and init the iterator inside a hash. This allows one to store the current iterator, use each/keys/values/etc, and then restore the iterator, this helps to ensure that nobody interacts badly with other users of the iterator. . In perl all hashes have an internal iterator. This iterator is used by the each() function, as well as by keys() and values(). Because these all share use of the same iterator, they tend to interact badly with eachother when nested. debian/source/0000755000000000000000000000000012224604634010471 5ustar debian/source/format0000644000000000000000000000001412224604634011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000201312224604634011037 0ustar libhash-storediterator-perl (0.007-1) unstable; urgency=low * Team upload. * New upstream release. * Update {alternative,versioned) build dependencies. -- gregor herrmann Mon, 07 Oct 2013 21:20:52 +0200 libhash-storediterator-perl (0.006-1) unstable; urgency=low * Imported Upstream version 0.006 -- Xavier Guimard Thu, 27 Jun 2013 06:13:54 +0200 libhash-storediterator-perl (0.005-1) unstable; urgency=low [ Xavier Guimard ] * Imported Upstream version 0.004, 0.005 * Add "libextutils-parsexs-perl (>= 3.15) | perl (>= 5.15.8)" in build dependencies * Change Vcs-Git to canonical URI (git://anonscm.debian.org) [ gregor herrmann ] * This release fixes "FTBFS with perl 5.18: test failures". Closes: #709666 -- Xavier Guimard Thu, 06 Jun 2013 13:39:16 +0200 libhash-storediterator-perl (0.003-1) unstable; urgency=low * Initial Release. (Closes: #704899) -- Xavier Guimard Mon, 15 Apr 2013 20:01:56 +0200 debian/compat0000644000000000000000000000000212224604634010367 0ustar 9 debian/copyright0000644000000000000000000000240612224604634011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Hash-StoredIterator Source: https://metacpan.org/release/Hash-StoredIterator Upstream-Contact: Chad Granum Files: * Copyright: 2013, Chad Granum License: Artistic or GPL-1+ Files: ppport.h Copyright: 2004-2010, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Xavier Guimard 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/watch0000644000000000000000000000020312224604634010215 0ustar version=3 https://metacpan.org/release/Hash-StoredIterator .*/Hash-StoredIterator-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$