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

Changelog

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

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Add debian/upstream/metadata.
  * Import upstream version 1.30.
  * Add a note about incompatible changes to debian/NEWS.
  * Update years of packaging copyright.
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.
  * Bump debhelper compatibility level to 9.
  * Add a patch to fix a documentation spelling mistake.

 -- gregor herrmann <email address hidden>  Mon, 30 Nov 2015 19:42:42 +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.30-1.dsc 2.4 KiB 783f0639e076764997d03ffa7b06f426dc09d61f02c25db575acacdf48f6ed96
libautobox-core-perl_1.30.orig.tar.gz 37.7 KiB ef67baec73c2c943478a014fda80f3adf90dd021387b848653c6f008362e2318
libautobox-core-perl_1.30-1.debian.tar.xz 3.3 KiB b43e86e29d3b997d620c14b4f21f09edb73cd59480e746141be7b34925c45f6e

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.