Re: Looking for tool like pydoc to document perl cgi scripts

2002-09-03 Thread _brian_d_foy
In article , Jeff Kowalczyk <[EMAIL PROTECTED]> wrote: > Is there an application for perl cgi scripts that will generate formatted > HTML documentation similar to what I can get with pydoc? > http://web.lfw.org/python/pydoc.html you can put POD in your CGI scripts,

Re: Eliminating the core-test BEGIN block (was Re: [ken@mathforum.org: Re: [Inline 0.43] insecure dependency when tainting])

2002-09-03 Thread Nicholas Clark
On Mon, Sep 02, 2002 at 03:56:14PM -0700, Michael G Schwern wrote: > While the result is still ugly, it means we can expand and alter the > requirements for running a core test. For example, the PERL_CORE > environment variable should be set (t/TestInit.pm currently doesn't). So > the full comma

Re: Eliminating the core-test BEGIN block (was Re: [ken@mathforum.org: Re: [Inline 0.43] insecure dependency when tainting])

2002-09-03 Thread Nick Ing-Simmons
Michael G Schwern <[EMAIL PROTECTED]> writes: > >There's a chicken/egg problem here. blib.pm is going to find the lib/ >directory so we can load uninstalled modules. So... how do you find >blib.pm? Same place one would have found TestInit.pm ? But I take you point. blib.pm is in perl core dist

TEST_VERBOSE

2002-09-03 Thread David Wheeler
Hi All, I'm adding a framework for testing to Bricolage (we've never had one! Yuck!), and am just trying to get my head around a few things. I've decided to use Test::Class because it's a nice framework for working with an application as large as Bricolage (over 150 classes!), but when I run