Update style for path_to
Kennedy Clark [Wed, 31 Dec 2008 23:18:40 +0000 (23:18 +0000)]
lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod

index 1c6f48f..7f29eaf 100644 (file)
@@ -391,7 +391,7 @@ And update it to match:
         TEMPLATE_EXTENSION => '.tt2',
         # Set the location for TT files
         INCLUDE_PATH => [
-                MyApp->path_to( 'root/src' ),
+                MyApp->path_to( 'root', 'src' ),
             ],
     );