debian/0000755000000000000000000000000011510656516007174 5ustar debian/control0000644000000000000000000000206211510634373010574 0ustar Source: libtie-persistent-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Nicholas Bamber Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Tie-Persistent/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtie-persistent-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtie-persistent-perl/ Package: libtie-persistent-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: tied interface to persistent file Tie::Persistent makes working with persistent data real easy by using the tie interface. It works by storing data contained in a variable into a file (not unlike a database). The primary advantage is speed, as the whole datastructure is kept in memory (which is also a limitation), and, of course, that you can use arbitrary data structures inside the variable (unlike DB_File). Note that it is most useful if the data structure fits into memory. debian/copyright0000644000000000000000000000205711510634373011130 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Roland Giersig Source: http://search.cpan.org/dist/Tie-Persistent/ Name: Tie-Persistent Files: * Copyright: 1999-2002, Roland Giersig License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Nicholas Bamber 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/watch0000644000000000000000000000017111510634373010221 0ustar version=3 http://search.cpan.org/dist/Tie-Persistent/ .*/Tie-Persistent-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211510634373010367 0ustar 7 debian/changelog0000644000000000000000000000025511510634373011045 0ustar libtie-persistent-perl (1.00-1) unstable; urgency=low * Initial Release. (Closes: #608877) -- Nicholas Bamber Tue, 04 Jan 2011 11:26:21 +0000 debian/source/0000755000000000000000000000000011510656447010477 5ustar debian/source/format0000644000000000000000000000001411510634373011677 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611510634373010250 0ustar #!/usr/bin/make -f %: dh $@