[Bps-public-commit] r14948 - in Prophet/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Sat Aug 9 13:29:12 EDT 2008
Author: sartak
Date: Sat Aug 9 13:29:12 2008
New Revision: 14948
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/Server.pm
Log:
r69012 at onn: sartak | 2008-08-09 13:28:48 -0400
Server->handle delegation
Modified: Prophet/trunk/lib/Prophet/Server.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Server.pm (original)
+++ Prophet/trunk/lib/Prophet/Server.pm Sat Aug 9 13:29:12 2008
@@ -28,6 +28,9 @@
}
return $self->{'app_handle'};
}
+
+sub handle { shift->app_handle->handle }
+
# we can't moose until we sort out HTTP::Server::Simple with bonjour
#has app_handle => ( isa => 'Prophet::App', is => 'rw');
More information about the Bps-public-commit
mailing list