Hi Mark,

Just wondering if anyone thinks the multiple hooks patch that I provided
back in February is still worthwhile.  here is the relevant thread:

http://www.jsw4.net/info/list-archives/cgiapp/04-02/msg00034.html

This is something that will be very helpful (if not required) for the
Auth plugin that I am working on.  The Auth plugin needs to run some
code at the prerun stage, and I would rather have it done automatically
by the plugin then to have to require the programmer to add code to
their prerun method manually (that defeats the purpose of the plugin...)

If the patch referenced in the message above doesn't patch cleanly
anymore, I would be willing to look at it again.

Cheers,

Cees


Mark Stosberg wrote:
> On 2004-09-21, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>>Is there a patched version with the error_mode() method and the
>>PATH_INFO handling in mode_param() available? If so, where may I
>>retrieve it? (CPAN only has the release from February.)
>>
>>Also, what exactly are the guidelines for the plugin system; I've been
>>seeing a log of CGI::Application::Plugin:: releases, but I can't seem to
>>find the thread where the process was formalized.
>
>
> As it turns out, I now have a release candidate for you. Here are the
> changes since the last release:
>
> - Refactored test suite to use Test::More (Gabor Szabo)
>
> - Removed warnings being emitted for documented API calls
>
> - minor code clean-up to load_tmpl() (Emanuele Zeppieri)
>
> - Support for passing multiple template paths to HTML::Template (Michael Peters)
>
> - Added error_mode to support trapping runmodes dying (Rob Kinyon)
>
> - Added Plug-in related documentation. (Mark Stosberg)
>
> - mode_param() updated to more easily set the run mode from $ENV{PATH_INFO} (Mark Stosberg)
> [ See technical note below ]
>
> It's available here:
> http://mark.stosberg.com/perl/CGI-Application-3.30rc1.tar.gz
>
> You can also browse the updated documentation here:
> http://mark.stosberg.com/perl/cgi_app.html
> (don't worry about the "manpage" oddness-- the CPAN parser is smarter).


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