Skip Menu |

This queue is for tickets about the List-Search CPAN distribution.

Report information
The Basics
Id: 53521
Status: new
Priority: 0/
Queue: List-Search

People
Owner: Nobody in particular
Requestors: stefanor [...] cox.net
Cc:
AdminCc:

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



Subject: Needs to require Exporter
Date: Fri, 8 Jan 2010 09:10:26 -0800
To: bug-List-Search [...] rt.cpan.org
From: Stefan O'Rear <stefanor [...] cox.net>
List::Search is setting @ISA to Exporter, but doesn't actually force Exporter to be loaded, resulting in an error if you try to use List::Search without first using Exporter. Probably all that is needed is 'use Exporter ()' at the top. Stefan