debian/0000755000000000000000000000000012217020053007156 5ustar debian/patches/0000755000000000000000000000000012217020040010601 5ustar debian/patches/series0000644000000000000000000000001511672202100012015 0ustar whatis.patch debian/patches/whatis.patch0000644000000000000000000000123012217020040013115 0ustar Description: add whatis entry Origin: vendor Forwarded: https://github.com/frioux/Syntax-Keyword-Gather/issues/2 Author: gregor herrmann Last-Update: 2013-09-20 --- a/lib/Syntax/Keyword/Gather.pm +++ b/lib/Syntax/Keyword/Gather.pm @@ -64,7 +64,7 @@ =head1 NAME -Syntax::Keyword::Gather +Syntax::Keyword::Gather - Implements the Perl 6 'gather/take' control structure in Perl 5 =head1 VERSION @@ -221,10 +221,6 @@ } } -=head1 NAME - -Syntax::Keyword::Gather - Implements the Perl 6 'gather/take' control structure in Perl 5 - =head1 HISTORY This module was forked from Damian Conway's L for a few reasons. debian/watch0000644000000000000000000000021012101266517010211 0ustar version=3 https://metacpan.org/release/Syntax-Keyword-Gather/ .*/Syntax-Keyword-Gather-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000223112217020040011103 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Syntax-Keyword-Gather Upstream-Contact: Arthur Axel Schmidt Source: https://metacpan.org/release/Syntax-Keyword-Gather/ Files: * Copyright: 2013, Arthur Axel Schmidt License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, gregor herrmann 2011, Jonathan Yu 2013, Florian Schlichting 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/control0000644000000000000000000000223612217020053010564 0ustar Source: libsyntax-keyword-gather-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, perl (>= 5.11.1) | libtest-simple-perl, libsub-exporter-progressive-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsyntax-keyword-gather-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsyntax-keyword-gather-perl.git Homepage: https://metacpan.org/release/Syntax-Keyword-Gather/ Package: libsyntax-keyword-gather-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libsub-exporter-progressive-perl Description: syntax extension for the "gather" keyword Syntax::Keyword::Gather is a Perl syntax extension (see libsyntax-perl) that provides the "gather" control structure, which was inspired by Perl 6. It allows lists to be constructed procedurally, without the need for a temporary variable, by managing an implicit array within a closure. debian/compat0000644000000000000000000000000212217020040010350 0ustar 8 debian/changelog0000644000000000000000000000221712217020053011032 0ustar libsyntax-keyword-gather-perl (1.002002-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ 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 [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 1.002002 * Update year of upstream copyright * Delete (build-)dependency on libsyntax-perl * Change (build-)dependency on Sub::Exporter to Sub::Exporter::Progressive * Bump dh compatibility to level 8 (no changes necessary) * Bump Standards-Version to 3.9.4 (no change) * Update and forward whatis.patch * Add myself to uploaders and copyright -- Florian Schlichting Fri, 20 Sep 2013 12:09:13 +0200 libsyntax-keyword-gather-perl (1.001000-1) unstable; urgency=low * Initial release (closes: #615032). -- gregor herrmann Fri, 25 Feb 2011 03:56:38 +0100 debian/source/0000755000000000000000000000000011672202100010455 5ustar debian/source/format0000644000000000000000000000001411672202100011663 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611672202100010234 0ustar #!/usr/bin/make -f %: dh $@