Revert changes made to Engine.pm in 1ef7eeb (5.90070)
authorHenry Van Styn <vanstyn@intellitree.com>
Sat, 9 Aug 2014 15:10:08 +0000 (11:10 -0400)
committerHenry Van Styn <vanstyn@intellitree.com>
Sat, 9 Aug 2014 15:18:34 +0000 (11:18 -0400)
commit52af51596d0da1e9b503e7ba57443a69b409e358
treee826f83a2d26ed3bd050b0a5b8f5ea97a2c611be
parent08680694151d666fc2f69c54065e2aa09e175742
Revert changes made to Engine.pm in 1ef7eeb (5.90070)

In 1ef7eeb ("removed old PSGI Engine backcompat ") some back compat code
was removed from lib/Catalyst/Engine.pm. But, this backcompat code is
apparently still needed and being used out in the wild.

This breaks the tests of at least:

 Catalyst-Plugin-Authentication-0.10023
 t/live_app_remote1.t

This commit restores the lines removed, going back to the state of the
last production release, 5.90065:

 git checkout 5.90065 -- lib/Catalyst/Engine.pm

Also re-applied change in 08680694151
lib/Catalyst/Engine.pm