Skip Menu |

This queue is for tickets about the Class-DBI CPAN distribution.

Report information
The Basics
Id: 44
Status: resolved
Priority: 0/
Queue: Class-DBI

People
Owner: Nobody in particular
Requestors: mstevens [...] etla.org
Cc:
AdminCc:

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



Subject: warning installing Class::DBI
Hi. I got a warning while installing Class::DBI 0.36 on perl 5.6.1 on debian linux: CPAN.pm: Going to build T/TM/TMTM/Class-DBI-0.36.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Class::DBI cp lib/Class/DBI/Tutorial.pm blib/lib/Class/DBI/Tutorial.pm cp lib/Class/DBI.pm blib/lib/Class/DBI.pm Manifying blib/man3/Class::DBI::Tutorial.3 Manifying blib/man3/Class::DBI.3 /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.1/i686-linux -I/usr/local/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/01-columns.........ok t/02-Film............ok t/03-subclassing.....ok t/04-lazy............ok t/05-pseudohashes....ok t/06-hasa............ok t/07-Move............ok t/08-inheritcols.....ok t/09-hasa-list.......Use of uninitialized value in concatenation (.) or string at /usr/local/lib/perl5/site_perl/5.6.1/Class/Accessor.pm line 443. t/09-hasa-list.......ok t/10-mysql...........ok t/11-hooks...........ok All tests successful. Files=11, Tests=140, 9 wallclock secs ( 4.82 cusr + 0.44 csys = 5.26 CPU) /usr/bin/make test -- OK Running make install Installing /usr/local/lib/perl5/site_perl/5.6.1/Class/DBI.pm Installing /usr/local/lib/perl5/site_perl/5.6.1/Class/DBI/Tutorial.pm Installing /usr/local/man/man3/Class::DBI::Tutorial.3 Installing /usr/local/man/man3/Class::DBI.3 Writing /usr/local/lib/perl5/site_perl/5.6.1/i686-linux/auto/Class/DBI/.packlist Appending installation info to /usr/local/lib/perl5/5.6.1/i686-linux/perllocal.pod /usr/bin/make install UNINST=1 -- OK Michael
[MSTEVENS - Thu Nov 15 09:06:32 2001]: Show quoted text
> t/09-hasa-list.......Use of uninitialized value in concatenation (.) > or string at /usr/local/lib/perl5/site_perl/5.6.1/Class/Accessor.pm > line 443. > t/09-hasa-list.......ok
Tony is aware of the bug and it should be patched. Just waiting on a new Class::DBI release *wink wink, nudge nudge*
Date: Thu, 28 Mar 2002 09:26:33 +0000
From: Tony Bowden <tony [...] kasei.com>
To: Michael_G_Schwern via RT <bug-Class-DBI [...] rt.cpan.org>
Subject: Re: [cpan #44] warning installing Class::DBI
On Thu, Mar 28, 2002 at 12:28:28AM -0500, Michael_G_Schwern via RT wrote: Show quoted text
> [MSTEVENS - Thu Nov 15 09:06:32 2001]:
> > t/09-hasa-list.......Use of uninitialized value in concatenation (.) > > or string at /usr/local/lib/perl5/site_perl/5.6.1/Class/Accessor.pm > > line 443. > > t/09-hasa-list.......ok
> Tony is aware of the bug and it should be patched. Just waiting on > a new Class::DBI release *wink wink, nudge nudge*
Hmmm ... I thought I'd uploaded the latest version - seems I hadn't! On its way to PAUSE now ... Tony