libalias-perl 2.32-9build1 source package in Ubuntu

Changelog

libalias-perl (2.32-9build1) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 17:07:33 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Downloads

File Size SHA-256 Checksum
libalias-perl_2.32.orig.tar.gz 9.5 KiB def1b5a348199fb13999fc51f5b3cf1ac22a321405271f4e7012a09a43c23b50
libalias-perl_2.32-9build1.debian.tar.gz 4.1 KiB 95eb6c25f6fbd1854205d2b66177b6d3ed9461d09d402cf72c76996de8c50483
libalias-perl_2.32-9build1.dsc 2.0 KiB cdd7804fcacdd9e227a7c46a4afac54bddb95045506b063ff9946444955df33b

Available diffs

View changes file

Binary packages built by this source

libalias-perl: module for accessing perl variables through aliases

 You may find the Alias module useful if you:
 .
   * are tired of dereferencing hash-based object attributes
 .
   * wish perl could make-do with fewer $, -> and {} things
 .
   * are a little scared of using typeglobs
 .
   * want the freedom to put what you want, when you want in
     the symbol table without having to deal with weird syntax
 .
   * need to use scalar constants in your program since you don't
     trust yourself from changing $PI