Fixed, stringyfy MyApp->config->{home}
[catagits/Catalyst-Runtime.git] / 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 ) {