Ron

I use CGI::Application::Plugin::Config::Context under Windows . Basically I
ignored the test failures (naughty I know) ... I'm a bit hazy about the
failures now, but I think that they had to do with trying to use
UNIX-specific caching of the configuration in order to speed things up.
Perhaps the install could check the environment and then only run the
caching tests if required.

It also means that you'll need to turn caching off in your code, as
caching's on by default:

    $self->conf->init(
        -ConfigFile       => $self->param('config_file'),
        -CacheConfigFiles => 0,
    );

Anyway, I haven't encountered any problems with this module and windows to
date, and it's made maintaining multiple sites a breeze

Dan


> -----Original Message-----
> From: Ron Savage [mailto:[EMAIL PROTECTED]
> Sent: Sunday, 23 October 2005 4:55 p.m.
> To: List - CGI-Application
> Subject: [cgiapp] [OT] Config::Context && Windows
> 
> Hi Michael
> 
> Does your module work reliably under Windows?
> 
> I ask because I get such a list of tests ignored or failed that I'm uneasy
> about
> using it. (I actually want to use CGI::App::Plugin::Config::Context).
> --
> Cheers
> Ron Savage, [EMAIL PROTECTED] on 23/10/2005
> http://savage.net.au/index.html
> Let the record show: Microsoft is not an Australian company
> 
> 
> 
> ---------------------------------------------------------------------
> Web Archive:  http://www.mail-archive.com/[email protected]/
>               http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to