Thanks, your patch-ette is applied

On 14/12/06, Marcello Romani <[EMAIL PROTECTED]> wrote:

Hi,
     I spotted a little problem when following the 12th day of cat
calendar.

The original line:

} if $c->engine eq 'Catalyst::Engine::HTTP';

doesn't work if one launches the dev http server with -r option.
That's because the engine becomes C::E::HTTP::Restarter.
I changed the line in:

} if ($c->engine =~ /^Catalyst::Engine::HTTP/);

HTH

--
Marcello Romani
Responsabile IT
Ottotecnica s.r.l.
http://www.ottotecnica.com

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive:
http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to