On Thu, 2003-08-14 at 15:10, Stas Bekman wrote:
> OK, I've written a proper entry for the man page, Jean-Sebastien can you 
> please verify that it all works, as I wrote it without testing. Thanks.
> http://perl.apache.org/docs/2.0/api/Apache/Reload.html#Problems_with_Scripts_Running_with_Registry_Handlers_that_Cache_the_Code

Thanks Stas!  I think you have a little mistake here:

@EXPORT = qw(set_colour);

That should be

@EXPORT = qw(colour);

- Perrin

Reply via email to