Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: Use of 'croak' is deprecated at C:/Perl/site/lib/Class/DBI.pm line 950. Use '_croak' instead
Use of 'croak' is deprecated at C:/Perl/site/lib/Class/DBI.pm line 950. Use '_croak' instead line 950 has $col = $class->find_column($col) or $class->croak("$col is not a column of $class"); which should be $col = $class->find_column($col) or $class->_croak("$col is not a column of $class");
Date: Tue, 30 Dec 2003 17:26:50 +0000
From: Tony Bowden <tony [...] kasei.com>
To: Guest via RT <bug-Class-DBI [...] rt.cpan.org>
Subject: Re: [cpan #4780] Use of 'croak' is deprecated at C:/Perl/site/lib/Class/DBI.pm line 950. Use '_croak' instead
RT-Send-Cc:
On Mon, Dec 29, 2003 at 10:16:26AM -0500, Guest via RT wrote: Show quoted text
> Use of 'croak' is deprecated at C:/Perl/site/lib/Class/DBI.pm line 950. Use '_croak' instead
This is a known bug and has already been fixed in the latest development version, available from http://www.tmtm.com/CPAN/ Thanks, Tony