Re: Problem with Perl module DBI-1.616

2011-07-03 Thread H.Merijn Brand
On Sun, 03 Jul 2011 14:13:00 +, Jens Rehsack
 wrote:

> On 07/03/11 14:02, H.Merijn Brand wrote:
> > On Sun, 3 Jul 2011 15:21:04 +0200, Norbert Gruener
> >   wrote:
> >
> >> Hi Merijn,
> >>
> >> on the weekend I have upgraded to DBI version 1.616 and afterwards one
> >> of my Perl scripts did not work anymore.
> >>
> >> Please find attached a short script to reproduce my problem.  When I
> >> run it I will get the following error message
> >>
> >>Can't use string ("gconfd-nog") as an ARRAY ref while "strict refs"
> >>in use at /usr/local/lib/perl/5.10.0/DBI/DBD/SqlEngine.pm line 688.
> >>
> >>
> >> I have looked into the function 'list_tables' in the module
> >> "DBI::DBD::SqlEngine".  The attached patch will fix my problem.  Maybe
> >> you can have a look into it to check if this is a proper solution.
> >
> > I'm just a co-maint to DBI, and this is not my area of expertise. I
> > hereby forward the problem to the correct ML.
> 
> Attachement missing ;-)

And now?

> > If noone replies with a
> > decent answer, the best next thing to do is to create an RT ticket in
> > the DBI queue
> 
> Creating an RT seems to be a good idea to me, otherwise I promise it
> will be lost in dark (of being currently to busy to track mails and IRC).
> 
> >> Cheers,
> >>
> >> Norbert
> >
> 
> Thanks for contacting Merijn and to Merijn thanks to forwarding.
> 
> Jens


-- 
H.Merijn Brand  http://tux.nl  Perl Monger  http://amsterdam.pm.org/
using 5.00307 through 5.14 and porting perl5.15.x on HP-UX 10.20, 11.00,
11.11, 11.23 and 11.31, OpenSuSE 10.1, 11.0 .. 11.4 and AIX 5.2 and 5.3.
http://mirrors.develooper.com/hpux/   http://www.test-smoke.org/
http://qa.perl.org  http://www.goldmark.org/jeff/stupid-disclaimers/


test
Description: Binary data


dbi-patch
Description: Binary data


Re: Problem with Perl module DBI-1.616

2011-07-03 Thread Jens Rehsack

On 07/03/11 14:02, H.Merijn Brand wrote:

On Sun, 3 Jul 2011 15:21:04 +0200, Norbert Gruener
  wrote:


Hi Merijn,

on the weekend I have upgraded to DBI version 1.616 and afterwards one
of my Perl scripts did not work anymore.

Please find attached a short script to reproduce my problem.  When I
run it I will get the following error message

   Can't use string ("gconfd-nog") as an ARRAY ref while "strict refs"
   in use at /usr/local/lib/perl/5.10.0/DBI/DBD/SqlEngine.pm line 688.


I have looked into the function 'list_tables' in the module
"DBI::DBD::SqlEngine".  The attached patch will fix my problem.  Maybe
you can have a look into it to check if this is a proper solution.


I'm just a co-maint to DBI, and this is not my area of expertise. I
hereby forward the problem to the correct ML.


Attachement missing ;-)


If noone replies with a
decent answer, the best next thing to do is to create an RT ticket in
the DBI queue


Creating an RT seems to be a good idea to me, otherwise I promise it
will be lost in dark (of being currently to busy to track mails and IRC).


Cheers,

Norbert




Thanks for contacting Merijn and to Merijn thanks to forwarding.

Jens


Re: Problem with Perl module DBI-1.616

2011-07-03 Thread H.Merijn Brand
On Sun, 3 Jul 2011 15:21:04 +0200, Norbert Gruener
 wrote:

> Hi Merijn,
> 
> on the weekend I have upgraded to DBI version 1.616 and afterwards one
> of my Perl scripts did not work anymore.
> 
> Please find attached a short script to reproduce my problem.  When I
> run it I will get the following error message
> 
>   Can't use string ("gconfd-nog") as an ARRAY ref while "strict refs"
>   in use at /usr/local/lib/perl/5.10.0/DBI/DBD/SqlEngine.pm line 688.
> 
> 
> I have looked into the function 'list_tables' in the module
> "DBI::DBD::SqlEngine".  The attached patch will fix my problem.  Maybe
> you can have a look into it to check if this is a proper solution.

I'm just a co-maint to DBI, and this is not my area of expertise. I
hereby forward the problem to the correct ML. If noone replies with a
decent answer, the best next thing to do is to create an RT ticket in
the DBI queue

> Cheers,
> 
> Norbert

-- 
H.Merijn Brand  http://tux.nl  Perl Monger  http://amsterdam.pm.org/
using 5.00307 through 5.14 and porting perl5.15.x on HP-UX 10.20, 11.00,
11.11, 11.23 and 11.31, OpenSuSE 10.1, 11.0 .. 11.4 and AIX 5.2 and 5.3.
http://mirrors.develooper.com/hpux/   http://www.test-smoke.org/
http://qa.perl.org  http://www.goldmark.org/jeff/stupid-disclaimers/