libsyntax-keyword-gather-perl 1.001000-1 source package in Ubuntu

Changelog

libsyntax-keyword-gather-perl (1.001000-1) unstable; urgency=low

  * Initial release (closes: #615032).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 May 2011 10:11:38 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libsyntax-keyword-gather-perl_1.001000.orig.tar.gz 13.1 KiB c24ea6361d2234bfaf4fecf828391f018c4eaf50ca174f9e70866a074db791c2
libsyntax-keyword-gather-perl_1.001000-1.debian.tar.gz 1.7 KiB 749de705c5a1182f4faa048bcc97bab676b834b70ba4f16565b5e4f6e68d6e6e
libsyntax-keyword-gather-perl_1.001000-1.dsc 2.2 KiB 41d0adb8c7dcf27cd053af9646e02c11e7bc4c934e5eba0be020f84d980f0632

View changes file

Binary packages built by this source

libsyntax-keyword-gather-perl: 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.