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
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
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
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,