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

Changelog

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

  [ Jeremiah C. Foster ]
  * Packaging, license research and initial TODO (all the hard work).
    Bug reported as http://rt.cpan.org/Ticket/Display.html?id=54546

  [ Ivan Kohler ]
  * New upstream release including license.
  * Add myself to Uploaders:
  * debian/copyright: add license information
  * debian/control: Standards-Version 3.8.4
  * debian/control: remove the version from libautobox-perl, there's no older
    version than the required one in debian
  * debian/control: rework short and long descriptions as noun phrases
  * remove Makefile.old
  * Initial Release. (Closes: #566921)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  25 May 2010 15:15:51 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libautobox-core-perl_1.2.orig.tar.gz 30.3 KiB 1d317cedf0998fe68ad1cc431a2ea90f8d046c0f57a295db8cdf48d0dc651f36
libautobox-core-perl_1.2-1.diff.gz 1.6 KiB 7ad316f83ef7705954d215dd256dc1bef7a1b08be71a333b3ba91748058a9c4b
libautobox-core-perl_1.2-1.dsc 1.2 KiB dd0e2c5055eab83db7d1b3a2dcd55b52f2c2496a4617bcab6a7bb04b1bebc276

View changes file

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.