r24328 - in /branches/upstream/libscalar-defer-perl/current: Changes META.yml lib/Scalar/Defer.pm t/03-autoload.t

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Fri Aug 15 21:27:22 UTC 2008


Author: rmayorga-guest
Date: Fri Aug 15 21:27:20 2008
New Revision: 24328

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24328
Log:
[svn-upgrade] Integrating new upstream version, libscalar-defer-perl (0.18)

Modified:
    branches/upstream/libscalar-defer-perl/current/Changes
    branches/upstream/libscalar-defer-perl/current/META.yml
    branches/upstream/libscalar-defer-perl/current/lib/Scalar/Defer.pm
    branches/upstream/libscalar-defer-perl/current/t/03-autoload.t

Modified: branches/upstream/libscalar-defer-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libscalar-defer-perl/current/Changes?rev=24328&op=diff
==============================================================================
--- branches/upstream/libscalar-defer-perl/current/Changes (original)
+++ branches/upstream/libscalar-defer-perl/current/Changes Fri Aug 15 21:27:20 2008
@@ -1,3 +1,7 @@
+[Changes for 0.18 - 2008-08-12]
+
+* Patch from ISHIGAKI++ to fix broken tests on perl 5.10.0
+
 [Changes for 0.17 - 2008-08-08]
 
 * Warnings avoidance on AUTOLOAD subs. Patch and test by ISHIGAKI++

Modified: branches/upstream/libscalar-defer-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libscalar-defer-perl/current/META.yml?rev=24328&op=diff
==============================================================================
--- branches/upstream/libscalar-defer-perl/current/META.yml (original)
+++ branches/upstream/libscalar-defer-perl/current/META.yml Fri Aug 15 21:27:20 2008
@@ -16,11 +16,11 @@
 provides:
   Scalar::Defer:
     file: lib/Scalar/Defer.pm
-    version: 0.17
+    version: 0.18
   Scalar::Defer::Deferred:
     file: lib/Scalar/Defer.pm
 requires:
   Class::InsideOut: 0
   Exporter::Lite: 0
   perl: 5.6.0
-version: 0.17
+version: 0.18

Modified: branches/upstream/libscalar-defer-perl/current/lib/Scalar/Defer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libscalar-defer-perl/current/lib/Scalar/Defer.pm?rev=24328&op=diff
==============================================================================
--- branches/upstream/libscalar-defer-perl/current/lib/Scalar/Defer.pm (original)
+++ branches/upstream/libscalar-defer-perl/current/lib/Scalar/Defer.pm Fri Aug 15 21:27:20 2008
@@ -5,7 +5,7 @@
 use warnings;
 
 BEGIN {
-    our $VERSION   = '0.17';
+    our $VERSION   = '0.18';
     our @EXPORT    = qw( lazy defer force );
     our @EXPORT_OK = qw( is_deferred );
 }

Modified: branches/upstream/libscalar-defer-perl/current/t/03-autoload.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libscalar-defer-perl/current/t/03-autoload.t?rev=24328&op=diff
==============================================================================
--- branches/upstream/libscalar-defer-perl/current/t/03-autoload.t (original)
+++ branches/upstream/libscalar-defer-perl/current/t/03-autoload.t Fri Aug 15 21:27:20 2008
@@ -7,7 +7,7 @@
 
 plan tests => 1;
 
-local $UNIVERSAL::{AUTOLOAD} = sub {};
+local $UNIVERSAL::{AUTOLOAD} = 1;
 
 my $capture = IO::Capture::Stderr->new;
 $capture->start;




More information about the Pkg-perl-cvs-commits mailing list