On Mon, May 06, 2013 at 01:53:23PM -0500, brian d foy wrote: > [[ This message was both posted and mailed: see > the "To," "Cc," and "Newsgroups" headers for details. ]] > > In article <20130505051435.ga77...@tequila.etheridge.ca>, Karen > Etheridge <p...@froods.org> wrote: > > > This is pretty odd... I don't see where PAUSE is seeing a 'string' module > > in this dist. > > PAUSE indexes based on a static analysis, so it runs no code. I'm > guessing that it sees "package string" in your croak() statement and is > tripped up by that.
A ha! I didn't realize the code was being scanned so simply -- I think we can likely improve this, so I've filed an issue at https://github.com/andk/pause/issues/48 for further discussion.