RT for rt.cpan.org
Skip Menu
|
Bug #52394 for DBR: NOTLIKE does not differ from LIKE in docs
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
DBR CPAN distribution
.
Report information
The Basics
Id:
52394
Status:
new
Priority:
0/
Queue:
DBR
People
Owner:
Nobody in particular
Requestors:
schemelab [...] gmail.com
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Thu Dec 03 07:46:29 2009
metaperl [...] gmail.com - Ticket created
Subject:
NOTLIKE does not differ from LIKE in docs
The docs for NOT LIKE say: where( name => LIKE( 'George%' ) but this looks like a cut-paste from the LIKE docs just above.