Skip Menu |

This queue is for tickets about the DBD-AnyData CPAN distribution.

Report information
The Basics
Id: 92103
Status: rejected
Priority: 0/
Queue: DBD-AnyData

People
Owner: Nobody in particular
Requestors: liacolettig [...] over-log.it
Cc:
AdminCc:

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



Subject: Patch to resolve conflicts with DBI >= 1.623
Date: Mon, 13 Jan 2014 12:35:02 +0100
To: bug-DBD-AnyData [...] rt.cpan.org
From: Lucio Iacolettig <liacolettig [...] over-log.it>

Message body is not shown because it is too large.

On Mon Jan 13 06:37:10 2014, liacolettig@over-log.it wrote: Show quoted text
> I'm referring to Rejected bugs 83293 and all related merged tickets. > > I rewrite the DBD-AnyData.pm module to work with DBI versions >= > 1.623. > > DBD-AnyData.pm patch is based on DBD::File class.
Please send only patches - either via diff -u or git format-patch. I'll reject this ticket in one week when I do not receive any update. When I get a diff, I review it and let you know - but I fear that simple AnyData.pm patch won't work because of DBD::File internal updates (see: data_source). Cheers, Jens
I tried your new version, thanks for giving it a go. However I can't get it to work: $ make test cp lib/DBD/AnyData.pm blib/lib/DBD/AnyData.pm PERL_DL_NONLAZY=1 "/home/njh/perl5/perlbrew/perls/perl-5.14.2/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Scalar found where operator expected at /home/njh/.cpan/build/DBD-AnyData-0.110-0/blib/lib/DBD/AnyData.pm line 90, near "->STORE $dbh" (Missing operator before $dbh?) ===( 1;0 1/1 0/? 0/? 0/? )====================================Bailout called. Further testing stopped: FAILED--Further testing stopped. Makefile:849: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 255
I've worked it out. RT strikes again, putting in unwanted new lines in comments.
I've attached a context-diffs patch to this ticket.
Subject: diffs
Download diffs
application/octet-stream 93.2k

Message body not shown because it is not plain text.

I've also forked on GitHub pending adoption of this patch https://github.com/nigelhorne/DBD-AnyData