[Jifty-commit] r7045 - jifty/branches/webservices-in-td/lib/Jifty

Jifty commits jifty-commit at lists.jifty.org
Sat May 16 23:57:13 EDT 2009


Author: ruz
Date: Sat May 16 23:57:10 2009
New Revision: 7045

Modified:
   jifty/branches/webservices-in-td/lib/Jifty/Web.pm

Log:
* return back constructing of an object cuz we have constructor,
  I believe at some point we'll need real object

Modified: jifty/branches/webservices-in-td/lib/Jifty/Web.pm
==============================================================================
--- jifty/branches/webservices-in-td/lib/Jifty/Web.pm	(original)
+++ jifty/branches/webservices-in-td/lib/Jifty/Web.pm	Sat May 16 23:57:10 2009
@@ -1391,7 +1391,7 @@
 
 sub services {
     require Jifty::Web::Services;
-    return 'Jifty::Web::Services';
+    return new Jifty::Web::Services;
 }
 
 =head2 is_ssl


More information about the Jifty-commit mailing list