the mysterious PAUSE indexer

2008-02-16 Thread Eric Wilhelm
Hi all, I often find myself wondering "what does the PAUSE indexer do if ... ?" (and I think we've had a few discussions that involved the question.) Well, now you can ask it yourself. http://scratchcomputing.com/svn/pausehack/trunk Just run setup.sh (if you want it to automatically checkout

Re: distgen enhancements

2008-02-16 Thread Eric Wilhelm
# from Michael G Schwern # on Thursday 14 February 2008 00:54: >There's already a module to do this, File::pushd, and the sentinel > approach is a little wonky.  There's also File::chdir for another way > to do it.  Both will happily accept a Path::Class::Dir so I don't see > what's to be gained.

Re: r10662 - "import" is not exported by the Exporter module

2008-02-16 Thread Eric Wilhelm
# from [EMAIL PROTECTED] # on Monday 28 January 2008 15:21: >Trade a bad idiom for a good one > >Modified: Module-Build/trunk/t/lib/DistGen.pm >== > --- Module-Build/trunk/t/lib/DistGen.pm (original) >+++ Module-Build/trun

Re: r10662 - "import" is not exported by the Exporter module

2008-02-16 Thread Ken Williams
On Feb 16, 2008 11:51 PM, Eric Wilhelm <[EMAIL PROTECTED]> wrote: > Looks like we need to roll this back to be compatible with 5.6.2. Are > we trying to be compatible with 5.6.2? Yeah, I guess we are. Thanks for the spot. -Ken

Re: fix_shebang_line(): public API?

2008-02-16 Thread Ken Williams
On Feb 15, 2008 3:03 PM, Elliot Shank <[EMAIL PROTECTED]> wrote: > It's not documented, but it doesn't have a leading underscore either. Can I > count on it > being available in the future, or do I need to handle this type of thing > myself? > Yeah, we should document it and make it available f