[Jifty-commit] jifty branch, plack-rebased, updated. 1b39275c9ecf12c8927175bd4ef0b6dc60a0aafe

Jifty commits jifty-commit at lists.jifty.org
Thu Jan 21 01:43:37 EST 2010


The branch, plack-rebased has been updated
       via  1b39275c9ecf12c8927175bd4ef0b6dc60a0aafe (commit)
      from  3afcad19ce677a7a2100dfa22266f21e025685b9 (commit)

Summary of changes:
 lib/Jifty/Plugin/Compat.pm |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 1b39275c9ecf12c8927175bd4ef0b6dc60a0aafe
Author: Chia-liang Kao <clkao at clkao.org>
Date:   Thu Jan 21 14:31:42 2010 +0800

    Make Jifty::TestServer a subclass of the now dummy Jifty::Server in Compat plugin.

diff --git a/lib/Jifty/Plugin/Compat.pm b/lib/Jifty/Plugin/Compat.pm
index c906f1d..fa5a376 100644
--- a/lib/Jifty/Plugin/Compat.pm
+++ b/lib/Jifty/Plugin/Compat.pm
@@ -39,6 +39,10 @@ wrap 'Jifty::View::Mason::Handler::new',
                   $self->interp->set_global('$r', 'Jifty::Plugin::Compat::Apache');
               };
 
+push @Jifty::TestServer::ISA, 'Jifty::Server';
+
+package Jifty::Server;
+
 package Jifty::Plugin::Compat::Apache;
 use Carp;
 

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list