Skip Menu |

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

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

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

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



Subject: Use of 'make_filter' is deprecated
Use of 'make_filter' is deprecated at .../site/lib/Class/DBI/mysql.pm line 194. Use 'add_constructor' instead
From: tshinnic [...] io.com
[guest - Thu Jul 24 04:13:37 2003]: Show quoted text
> Use of 'make_filter' is deprecated at .../site/lib/Class/DBI/mysql.pm > line 194. Use 'add_constructor' instead
Changes file for 0.17 includes: 0.16 2003-06-30 - removed search_match() and initials() which should be implemented in any class that needs them. search_match() was the routine that referenced make_filter().
Date: Sun, 31 Aug 2003 13:58:22 +0100
From: Tony Bowden <tony [...] kasei.com>
To: Guest via RT <bug-Class-DBI-mysql [...] rt.cpan.org>
Subject: Re: [cpan #3027] Use of 'make_filter' is deprecated
RT-Send-Cc:
On Sun, Aug 31, 2003 at 02:52:21AM -0400, Guest via RT wrote: Show quoted text
> [guest - Thu Jul 24 04:13:37 2003]:
> > Use of 'make_filter' is deprecated at .../site/lib/Class/DBI/mysql.pm > > line 194. Use 'add_constructor' instead
> Changes file for 0.17 includes: > 0.16 2003-06-30 > - removed search_match() and initials() which should be > implemented in any class that needs them. > search_match() was the routine that referenced make_filter().
Yes, but as you've seen it was removed in 0.16, so I'm not sure what the problem is ... Tony