libalias-perl 2.32-10build1 source package in Ubuntu

Changelog

libalias-perl (2.32-10build1) utopic; urgency=medium

  * Rebuild for Perl 5.20.0.
 -- Colin Watson <email address hidden>   Wed, 20 Aug 2014 00:26:59 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libalias-perl_2.32.orig.tar.gz 9.5 KiB def1b5a348199fb13999fc51f5b3cf1ac22a321405271f4e7012a09a43c23b50
libalias-perl_2.32-10build1.debian.tar.gz 4.3 KiB 2a77bd7c3eb3e45be1a7b921a88e2e36ef470d524adf8d45d80d23e6edbf73c6
libalias-perl_2.32-10build1.dsc 2.0 KiB 20679feffbd681edc93f12682038310483896a9d516fcac19dfcc0763c98d63d

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