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

Changelog

libautobox-core-perl (1.31-1) unstable; urgency=medium

  * Import upstream version 1.31.
  * Add new (build) dependency: libwant-perl.
  * Update years of packaging copyright.
  * Drop spelling.patch, merged upstream.
  * Add a new spelling.patch for a new spelling mistake.
    ("New" as in "discovered by a newer version of lintian".)

 -- gregor herrmann <email address hidden>  Thu, 07 Jan 2016 19:13:34 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libautobox-core-perl_1.31-1.dsc 2.4 KiB d0cca0e75b9012d1c1303f5b661c79563c751e5fc35faee7486df4af2fa7774e
libautobox-core-perl_1.31.orig.tar.gz 38.0 KiB 5c2394a0dff14717008015161fd933ae031e88f54ae9fb1f4998dfda443453bc
libautobox-core-perl_1.31-1.debian.tar.xz 3.5 KiB 386e37cbb422779ad68eeb9c03fd343394f03059af984bbe30350a68213ac374

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.