debian/0000755000000000000000000000000012162333132007162 5ustar debian/rules0000755000000000000000000000003612162333132010241 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000230412162333132010564 0ustar Source: libdata-section-simple-perl Maintainer: Debian Perl Group Uploaders: Fabrizio Regalli , gregor herrmann , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-requires-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-section-simple-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-section-simple-perl.git Homepage: https://metacpan.org/release/Data-Section-Simple/ Package: libdata-section-simple-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module for reading data from __DATA__ section of the file Data::Section::Simple is a simple module to extract data from __DATA__ section of the file. . This module does not implement caching (yet) which means in every get_data_section or get_data_section($name) this module seeks and re-reads the data section. If you want to avoid doing so for the better performance, you should implement caching in your own caller code. debian/source/0000755000000000000000000000000012162333132010462 5ustar debian/source/format0000644000000000000000000000001412162333132011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000202412162333132011032 0ustar libdata-section-simple-perl (0.05-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 0.05 * debian/copyright: + bump format to 1.0 + update years * Bump Standards-Version to 3.9.4 -- Xavier Guimard Tue, 25 Jun 2013 06:21:10 +0200 libdata-section-simple-perl (0.03-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Correct Vcs-Browser and Vcs-Git URLs. [ gregor herrmann ] * New upstream release. * Update years of copyright for inc/Module/*. * Add /me to Uploaders. -- gregor herrmann Sat, 24 Sep 2011 22:06:19 +0200 libdata-section-simple-perl (0.02-1) unstable; urgency=low * Initial Release. (Closes: #637476) -- Fabrizio Regalli Thu, 11 Aug 2011 22:50:40 +0200 debian/compat0000644000000000000000000000000212162333132010360 0ustar 8 debian/copyright0000644000000000000000000000227012162333132011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Data-Section-Simple Source: https://metacpan.org/release/Data-Section-Simple/ Upstream-Contact: Tatsuhiko Miyagawa Files: * Copyright: 2010-2013, Tatsuhiko Miyagawa 2008-2010, Sebastian Riedel License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Fabrizio Regalli 2011, gregor herrmann 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/watch0000644000000000000000000000020412162333132010207 0ustar version=3 https://metacpan.org/release/Data-Section-Simple/ .*/Data-Section-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$