r69595 - in /trunk/libsyntax-keyword-gather-perl/debian: control copyright

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Feb 25 02:54:49 UTC 2011


Author: jawnsy-guest
Date: Fri Feb 25 02:54:41 2011
New Revision: 69595

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69595
Log:
commit description changes

Modified:
    trunk/libsyntax-keyword-gather-perl/debian/control
    trunk/libsyntax-keyword-gather-perl/debian/copyright

Modified: trunk/libsyntax-keyword-gather-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-keyword-gather-perl/debian/control?rev=69595&op=diff
==============================================================================
--- trunk/libsyntax-keyword-gather-perl/debian/control (original)
+++ trunk/libsyntax-keyword-gather-perl/debian/control Fri Feb 25 02:54:41 2011
@@ -2,8 +2,10 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libtest-simple-perl (>= 0.94),
- libsub-exporter-perl (>= 0.980), libsyntax-perl
+Build-Depends-Indep: perl,
+ libtest-simple-perl (>= 0.94),
+ libsub-exporter-perl (>= 0.980),
+ libsyntax-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.9.1
@@ -14,13 +16,10 @@
 Package: libsyntax-keyword-gather-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libsub-exporter-perl (>= 0.980), libsyntax-perl
-Description: Perl 5 module that implements the Perl 6 'gather/take' control structure
- Perl 6 provides a new control structure -- "gather" -- that allows lists
- to be constructed procedurally, without the need for a temporary
- variable. Within the block/closure controlled by a "gather" any call to
- "take" pushes that call's argument list to an implicitly created array.
- "take" returns the number of elements it took. This module implements
- that control structure.
- .
- Syntax::Keyword::Gather implements that functionality for Perl 5.
+ libsub-exporter-perl (>= 0.980),
+ libsyntax-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.

Modified: trunk/libsyntax-keyword-gather-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-keyword-gather-perl/debian/copyright?rev=69595&op=diff
==============================================================================
--- trunk/libsyntax-keyword-gather-perl/debian/copyright (original)
+++ trunk/libsyntax-keyword-gather-perl/debian/copyright Fri Feb 25 02:54:41 2011
@@ -1,14 +1,15 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: Arthur Axel "fREW" Schmidt
+Maintainer: Arthur Axel Schmidt <frioux+cpan at gmail.com>
 Source: http://search.cpan.org/dist/Syntax-Keyword-Gather/
 Name: Syntax-Keyword-Gather
 
 Files: *
-Copyright: 2010, Arthur Axel "fREW" Schmidt
+Copyright: 2010, Arthur Axel Schmidt <frioux+cpan at gmail.com>
 License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2011, gregor herrmann <gregoa at debian.org>
+ 2011, Jonathan Yu <jawnsy at cpan.org>
 License: Artistic or GPL-1+
 
 License: Artistic




More information about the Pkg-perl-cvs-commits mailing list