libautobox-core-perl 1.24-1 source package in Ubuntu

Changelog

libautobox-core-perl (1.24-1) unstable; urgency=low


  [ Nathan Handler ]
  * New upstream release
  * debian/control:
    - Add myself to list of Uploaders
    - Bump Standards-Version to 3.9.3
  * debian/copyright:
    - Update to copyright-format 1.0
    - Add myself to debian/* copyright

  [ gregor herrmann ]
  * Update years of upstream copyright.

 -- Nathan Handler <email address hidden>  Mon, 23 Jul 2012 10:02:26 -0500

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libautobox-core-perl_1.24-1.dsc 2.0 KiB 0bd1e989fa59709afe08f68aee32bf35d935eb686f73e02aece5764231c7cc6d
libautobox-core-perl_1.24.orig.tar.gz 37.4 KiB 2a5368a472932fb1caee5df5479ec3287aa25c9f6e2a5aa83ba1d28e7d09874f
libautobox-core-perl_1.24-1.debian.tar.gz 2.4 KiB 1c10df991f59d01db31a5e772c470de9ba34444a900d4e6dfa484084535672a4

Available diffs

No changes file available.

Binary packages built by this source

libautobox-core-perl: module providing automatic methods for core functions

 This module provides automatic methods which wrap perl's built-in
 functions for minipulating numbers, strings, arrays, hashes, and code
 references. It can be handy to use built-in functions as methods to avoid
 messy dereferencing syntaxes and parentheses pile ups.
 .
 autobox::Core is what you'd call a stub module. It is merely glue, presenting
 existing functions with a new interface. Most of the methods read like sub
 hex ($) { hex($_[0]) }. Besides built-ins that operate on hashes, arrays,
 scalars, and code references, some Perl 6-ish things were thrown in, and some
 keywords like foreach have been turned into methods.