On Thu, Oct 12, 2006 at 02:56:44PM -0700, Graham TerMarsch wrote:

> Am already using CAP::DevPopup in my apps right now for testing, and wanted 
> to 
> integrate a list of items logged via CAP::LogDispatch.  So... I patched 
> CAP::LogDispatch to add support for CAP::DevPopup.

Nice work, this looks quite useful.

> +            my %options = (
[...]
> +                'filename'  => '/dev/null',

I would suggest replacing this with File::Spec->devnull(), which
will work across multiple platforms. File::Spec is a core module,
so you don't need to worry about it being installed.

Thanks,
-E

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