Fixed, stringyfy MyApp->config->{home}
Christian Hansen [Thu, 2 Jun 2005 20:39:33 +0000 (20:39 +0000)]
lib/Catalyst.pm

index 2aa4003..df75648 100644 (file)
@@ -314,7 +314,7 @@ sub import {
     }
     
     if ( -d $home ) {
-        $home = dir($home)->absolute;
+        $home = dir($home)->absolute->stringify;
     }
 
     if ( $caller->debug ) {