Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Data-ObjectDriver CPAN distribution.

Report information
The Basics
Id: 30941
Status: resolved
Priority: 0/
Queue: Data-ObjectDriver

People
Owner: Nobody in particular
Requestors: SMPETERS [...] cpan.org
Cc:
AdminCc:

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



Subject: [PATCH] Test failures in Data::ObjectDriver with Perl 5.10-RC1
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 $@;
From: dom [...] cpan.org
On Fri Nov 23 13:34:06 2007, SMPETERS wrote: Show quoted text
> 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
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?
Fixed in 0.06