r68008 - in /trunk/libautobox-perl: Changes META.yml Makefile.PL README autobox.xs debian/changelog debian/control debian/copyright lib/autobox.pm lib/autobox.pod t/hints.t
angelabad-guest at users.alioth.debian.org
angelabad-guest at users.alioth.debian.org
Sat Jan 29 11:10:29 UTC 2011
Author: angelabad-guest
Date: Sat Jan 29 11:09:56 2011
New Revision: 68008
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68008
Log:
* New upstream release
* debian/copyright:
- Update copyright years
- Update license stanzas
Modified:
trunk/libautobox-perl/Changes
trunk/libautobox-perl/META.yml
trunk/libautobox-perl/Makefile.PL
trunk/libautobox-perl/README
trunk/libautobox-perl/autobox.xs
trunk/libautobox-perl/debian/changelog
trunk/libautobox-perl/debian/control
trunk/libautobox-perl/debian/copyright
trunk/libautobox-perl/lib/autobox.pm
trunk/libautobox-perl/lib/autobox.pod
trunk/libautobox-perl/t/hints.t
Modified: trunk/libautobox-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/Changes?rev=68008&op=diff
==============================================================================
--- trunk/libautobox-perl/Changes (original)
+++ trunk/libautobox-perl/Changes Sat Jan 29 11:09:56 2011
@@ -1,4 +1,7 @@
Revision history for Perl extension autobox
+
+2.72 Fri Jan 28 12:16:34 2011
+ - fix PL_hints conflict with HINT_RE_TAINT (thanks, Peter Rabbitson)
2.71 Thu Sep 23 02:28:10 2010
- fix for recent perls: remove cargo-cultism
Modified: trunk/libautobox-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/META.yml?rev=68008&op=diff
==============================================================================
--- trunk/libautobox-perl/META.yml (original)
+++ trunk/libautobox-perl/META.yml Sat Jan 29 11:09:56 2011
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: autobox
-version: 2.71
+version: 2.72
abstract: call methods on native types
author:
- chocolateboy <chocolate at cpan.org>
@@ -18,7 +18,7 @@
directory:
- t
- inc
-generated_by: ExtUtils::MakeMaker version 6.56
+generated_by: ExtUtils::MakeMaker version 6.55_02
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
Modified: trunk/libautobox-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/Makefile.PL?rev=68008&op=diff
==============================================================================
--- trunk/libautobox-perl/Makefile.PL (original)
+++ trunk/libautobox-perl/Makefile.PL Sat Jan 29 11:09:56 2011
@@ -28,8 +28,8 @@
AUTHOR => 'chocolateboy <chocolate at cpan.org>',
INC => '-I.',
OPTIMIZE => $OPTIMIZE,
- ($ExtUtils::MakeMaker::VERSION >= 6.31 ? (LICENSE => 'perl') : ()),
- ($ExtUtils::MakeMaker::VERSION >= 6.46 ?
+ ($ExtUtils::MakeMaker::VERSION ge 6.31 ? (LICENSE => 'perl') : ()),
+ ($ExtUtils::MakeMaker::VERSION ge 6.46 ?
(META_MERGE => {
resources => {
repository => 'http://github.com/chocolateboy/autobox',
Modified: trunk/libautobox-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/README?rev=68008&op=diff
==============================================================================
--- trunk/libautobox-perl/README (original)
+++ trunk/libautobox-perl/README Sat Jan 29 11:09:56 2011
@@ -1,4 +1,4 @@
-autobox version 2.71
+autobox version 2.72
====================
The autobox pragma allows methods to be called on integers, floats, strings, arrays,
@@ -33,4 +33,4 @@
This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
-Copyright (c) 2003-2010 chocolateboy <chocolate at cpan.org>
+Copyright (c) 2003-2011 chocolateboy <chocolate at cpan.org>
Modified: trunk/libautobox-perl/autobox.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/autobox.xs?rev=68008&op=diff
==============================================================================
--- trunk/libautobox-perl/autobox.xs (original)
+++ trunk/libautobox-perl/autobox.xs Sat Jan 29 11:09:56 2011
@@ -25,7 +25,7 @@
*
* XXX this is fixed in #33311: http://www.nntp.perl.org/group/perl.perl5.porters/2008/02/msg134131.html
*/
- if ((PL_hints & 0x120000) == 0x120000) {
+ if ((PL_hints & 0x80020000) == 0x80020000) {
OP *prev = ((cUNOPo->op_first->op_sibling) ? cUNOPo : ((UNOP*)cUNOPo->op_first))->op_first;
OP *o2 = prev->op_sibling;
OP *cvop;
Modified: trunk/libautobox-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/debian/changelog?rev=68008&op=diff
==============================================================================
--- trunk/libautobox-perl/debian/changelog (original)
+++ trunk/libautobox-perl/debian/changelog Sat Jan 29 11:09:56 2011
@@ -1,3 +1,12 @@
+libautobox-perl (2.72-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/copyright:
+ - Update copyright years
+ - Update license stanzas
+
+ -- Angel Abad <angelabad at gmail.com> Sat, 29 Jan 2011 12:09:30 +0100
+
libautobox-perl (2.71-1) unstable; urgency=low
* New upstream release
Modified: trunk/libautobox-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/debian/control?rev=68008&op=diff
==============================================================================
--- trunk/libautobox-perl/debian/control (original)
+++ trunk/libautobox-perl/debian/control Sat Jan 29 11:09:56 2011
@@ -1,10 +1,13 @@
Source: libautobox-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7), libscope-guard-perl (>= 0.20), libtest-pod-perl,
+Build-Depends: debhelper (>= 7),
+ libscope-guard-perl (>= 0.20),
+ libtest-pod-perl,
perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, Angel Abad <angelabad at gmail.com>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+ Angel Abad <angelabad at gmail.com>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/autobox/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libautobox-perl/
Modified: trunk/libautobox-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/debian/copyright?rev=68008&op=diff
==============================================================================
--- trunk/libautobox-perl/debian/copyright (original)
+++ trunk/libautobox-perl/debian/copyright Sat Jan 29 11:09:56 2011
@@ -4,7 +4,7 @@
Name: autobox
Files: *
-Copyright: 2003-2010, chocolateboy <chocolate at cpan.org>
+Copyright: 2003-2011, chocolateboy <chocolate at cpan.org>
License: Artistic or GPL-1+
Files: ppport.h
@@ -14,16 +14,16 @@
License: Artistic or GPL-1+
Files: debian/*
-Copyright: 2010, Angel Abad <angelabad at gmail.com>
- 2009-2010, Jonathan Yu <jawnsy at cpan.org>
+Copyright: 2009, 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2010, 2011, Angel Abad <angelabad at gmail.com>
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'.
+ On Debian 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
@@ -31,5 +31,5 @@
the Free Software Foundation; either version 1, or (at your option)
any later version.
.
- On Debian GNU/Linux systems, the complete text of version 1 of the
- General Public License can be found in `/usr/share/common-licenses/GPL-1'.
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
Modified: trunk/libautobox-perl/lib/autobox.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/lib/autobox.pm?rev=68008&op=diff
==============================================================================
--- trunk/libautobox-perl/lib/autobox.pm (original)
+++ trunk/libautobox-perl/lib/autobox.pm Sat Jan 29 11:09:56 2011
@@ -11,7 +11,7 @@
use Scope::Guard;
use Storable;
-our $VERSION = '2.71';
+our $VERSION = '2.72';
XSLoader::load 'autobox', $VERSION;
@@ -295,7 +295,7 @@
#
# It needs to be set unconditionally because it may have been unset in unimport
- $^H |= 0x120000; # set HINT_LOCALIZE_HH + an unused bit to work around a %^H bug
+ $^H |= 0x80020000; # set HINT_LOCALIZE_HH + an unused bit to work around a %^H bug
# install the specified bindings in the current scope
_install($bindings);
@@ -390,7 +390,7 @@
if (%$bindings) {
_install($bindings);
} else { # remove all traces of autobox from the current scope
- $^H &= ~0x120000; # unset HINT_LOCALIZE_HH + the additional bit
+ $^H &= ~0x80020000; # unset HINT_LOCALIZE_HH + the additional bit
delete $^H{autobox};
delete $^H{autobox_scope};
delete $^H{autobox_leave}; # triggers the leave handler
Modified: trunk/libautobox-perl/lib/autobox.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/lib/autobox.pod?rev=68008&op=diff
==============================================================================
--- trunk/libautobox-perl/lib/autobox.pod (original)
+++ trunk/libautobox-perl/lib/autobox.pod Sat Jan 29 11:09:56 2011
@@ -648,7 +648,7 @@
=head1 VERSION
-2.71
+2.72
=head1 SEE ALSO
@@ -670,7 +670,7 @@
=head1 COPYRIGHT
-Copyright (c) 2003-2010, chocolateboy.
+Copyright (c) 2003-2011, chocolateboy.
This module is free software. It may be used, redistributed
and/or modified under the same terms as Perl itself.
Modified: trunk/libautobox-perl/t/hints.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/t/hints.t?rev=68008&op=diff
==============================================================================
--- trunk/libautobox-perl/t/hints.t (original)
+++ trunk/libautobox-perl/t/hints.t Sat Jan 29 11:09:56 2011
@@ -5,18 +5,18 @@
use Test::More tests => 5;
-BEGIN { is($^H & 0x100000, 0x000000) }
+BEGIN { is($^H & 0x80000000, 0x000000) }
no autobox;
-BEGIN { is($^H & 0x100000, 0x000000) }
+BEGIN { is($^H & 0x80000000, 0x000000) }
{
use autobox;
- BEGIN { is($^H & 0x120000, 0x120000) }
+ BEGIN { is($^H & 0x80020000, 0x80020000) }
no autobox;
- BEGIN { is($^H & 0x100000, 0x000000) }
+ BEGIN { is($^H & 0x80000000, 0x000000) }
use autobox;
}
-BEGIN { is($^H & 0x100000, 0x000000) }
+BEGIN { is($^H & 0x80000000, 0x000000) }
More information about the Pkg-perl-cvs-commits
mailing list