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

Jifty commits jifty-commit at lists.jifty.org
Wed May 13 14:48:02 EDT 2009


Author: alexmv
Date: Wed May 13 14:48:02 2009
New Revision: 7032

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

Log:
Jifty::web::Services has no ->new method

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	Wed May 13 14:48:02 2009
@@ -1391,7 +1391,7 @@
 
 sub services {
     require Jifty::Web::Services;
-    return new Jifty::Web::Services;
+    return 'Jifty::Web::Services';
 }
 
 =head2 is_ssl


More information about the Jifty-commit mailing list