Fri Jan 08 12:08:13 2010stefanor [...] cox.net - Ticket created
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