On 2/18/07, Eric Wilhelm <[EMAIL PROTECTED]> wrote:

You can do parts of this with Best. It doesn't presume to name your
anonymous code so you're stuck with populating %INC but then I thought
the point was that you didn't know what name you were going to use
yet. Once you have a name, you can just substitute that in and Best
will go use that instead of whatever you have inline. It just finds
the first thing that succeeds, really.

 use Best [
     # 'The::Permanent::Name',
     sub { ... },
 ];

Josh

Reply via email to