libswitch-perl 2.16-1 source package in Ubuntu

Changelog

libswitch-perl (2.16-1) unstable; urgency=low

  * Initial Release. (Closes: #580059)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  15 Jun 2010 11:09:21 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libswitch-perl_2.16.orig.tar.gz 12.9 KiB 308c8f27f295906778186f14c6291923905730b46ba879c3a68fff81c37df9d8
libswitch-perl_2.16-1.diff.gz 1.2 KiB 2b6636d01bec4506b48ae65f3982858b2ab8c89d9cb01aa7e0528db7ae965479
libswitch-perl_2.16-1.dsc 1.2 KiB d9de2ca869e593fe48f998b3b0e53ba21c0ad76f93d4a606d69d00ff89118818

View changes file

Binary packages built by this source

libswitch-perl: switch statement for Perl

 Switch.pm implements a generalized case mechanism that covers many
 possible combinations of switch and case values.
 .
 This is an obsolete module provided for compatiblity since it is being
 removed from the core. For perl 5.10 and above the "given/when" builtins
 are much preferred.