debian/0000755000000000000000000000000012201241252007155 5ustar debian/rules0000755000000000000000000000003612201241252010234 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000305512201241252010563 0ustar Source: libautobox-core-perl Maintainer: Debian Perl Group Uploaders: Jeremiah C. Foster , Ivan Kohler , Fabrizio Regalli , gregor herrmann , Nathan Handler Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libautobox-perl (>= 2.71) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libautobox-core-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libautobox-core-perl.git Homepage: https://metacpan.org/release/autobox-Core/ Package: libautobox-core-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libautobox-perl (>= 2.71) Description: 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. debian/source/0000755000000000000000000000000012201241252010455 5ustar debian/source/format0000644000000000000000000000001412201241252011663 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000447012201241252011034 0ustar libautobox-core-perl (1.27-1) unstable; urgency=low [ Nathan Handler ] * Email change: Nathan Handler -> nhandler@debian.org [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Declare compliance with Debian Policy 3.9.4. * Update years of packaging copyright. -- gregor herrmann Fri, 09 Aug 2013 21:27:32 +0200 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 Mon, 23 Jul 2012 10:02:26 -0500 libautobox-core-perl (1.21-1) unstable; urgency=low [ Fabrizio Regalli ] * Bump to 3.9.2 Standard-Version. * Add myself to Uploaders and Copyright. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Bump to 3.0 quilt format. * Fixed lintian copyright-refers-to-symlink-license message. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. * debian/watch: add uversionmangle, in case upstream goes back to one- digit minor versions. * Add /me to Uploaders. * Make (build) dependency on libautobox-perl versioned. -- gregor herrmann Sat, 01 Oct 2011 16:32:41 +0200 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) -- Ivan Kohler Wed, 21 Apr 2010 12:07:53 -0700 debian/NEWS0000644000000000000000000000077512201241252007665 0ustar libautobox-core-perl (1.24-1) unstable; urgency=low From upstream 1.22 changelog: Incompatible changes (Jacinta Richardson) - Removed functions - rand - times - add - band - bor - bxor - div - eq - flip - ge - gt - le - lshift - mult - mcmp - ne - meq - mge - mgt - mle - mlt - mne - rshift - sub - autobox::Core::CODE::map -- Nathan Handler Mon, 23 Jul 2012 09:55:15 -0500 debian/compat0000644000000000000000000000000212201241252010353 0ustar 8 debian/copyright0000644000000000000000000000230612201241252011111 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: autobox-Core Upstream-Contact: Scott Walters Source: https://metacpan.org/release/autobox-Core/ Files: * Copyright: 2009, 2010, 2011, Scott Walters License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Jeremiah C. Foster 2011, Fabrizio Regalli 2011-2013, gregor herrmann 2012, Nathan Handler License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian GNU/Linux systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic' License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1' debian/watch0000644000000000000000000000023112201241252010202 0ustar version=3 opts=uversionmangle=s/\.\d$/$&0/ \ https://metacpan.org/release/autobox-Core/ .*/autobox-Core-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$