Skip Menu | You are currently an anonymous guest. | Login | Return to Main | About rt.cpan.org
 

Please report any issues with rt.cpan.org to rt-cpan-admin@bestpractical.com.

X Report information
Id: 30941
Status: resolved
Left: 0 min
Priority: 0/0
Queue: Data-ObjectDriver

Owner: Nobody
Requestors: SMPETERS <SMPETERS [...] cpan.org>
Cc:
AdminCc:

Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



X History Display mode: Brief headersFull headers
#   Fri Nov 23 13:34:06 2007 SMPETERS - Ticket created  
Subject: [PATCH] Test failures in Data::ObjectDriver with Perl 5.10-RC1
[text/plain 492b]
Data-ObjectDriver fails its tests when run with bleadperl. The
following patch fixes the problems.

--- lib/Data/ObjectDriver/Driver/DBD.pm.old Fri Nov 23 12:26:01 2007
+++ lib/Data/ObjectDriver/Driver/DBD.pm Fri Nov 23 12:25:34 2007
@@ -10,6 +10,7 @@
my($name) = @_;
die "No Driver" unless $name;
my $subclass = join '::', $class, $name;
+ no strict 'refs';
unless (defined ${"${subclass}::"}) {
eval "use $subclass"; ## no critic
die $@ if $@;

#   Sat Feb 23 08:22:07 2008 DOM - Correspondence added  
From: dom[...]cpan.org
[text/plain 249b]
On Fri Nov 23 13:34:06 2007, SMPETERS wrote:
> Data-ObjectDriver fails its tests when run with bleadperl. The
> following patch fixes the problems.

This is a general Perl 5.10 issue; see also
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467153
#   Sat Feb 23 08:22:22 2008 RT_System - Status changed from 'new' to 'open'  
#   Tue Nov 04 23:47:22 2008 TJC - Correspondence added  
[text/plain 207b]
Note that this bug causes failures upon 5.10.0 release, not just the RC1
mentioned in the subject.

It's quite annoying for those us using CPAN.. Any change of releasing a
new version with the patch applied?
#   Thu Jan 29 02:17:10 2009 YANNK - Correspondence added  
[text/plain 14b]
Fixed in 0.06
#   Thu Jan 29 02:17:11 2009 YANNK - Status changed from 'open' to 'resolved'