X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-Component-SubInclude.git;a=blobdiff_plain;f=lib%2FCatalyst%2FView%2FComponent%2FSubInclude%2FSSI.pm;fp=lib%2FCatalyst%2FView%2FComponent%2FSubInclude%2FSSI.pm;h=7fe63a54493a0851310fb21a11bc01be719519c6;hp=0c94e94b0d82e5d83e969268714265ee95b6908b;hb=874823465f7ce69b631d40fbff8d5e9cdac3a9e5;hpb=6582f7e5eda148743f7c8564681ffca6e2f49ffc diff --git a/lib/Catalyst/View/Component/SubInclude/SSI.pm b/lib/Catalyst/View/Component/SubInclude/SSI.pm index 0c94e94..7fe63a5 100644 --- a/lib/Catalyst/View/Component/SubInclude/SSI.pm +++ b/lib/Catalyst/View/Component/SubInclude/SSI.pm @@ -47,7 +47,7 @@ path is handled internally. After translation, this will roughly translate to the following code: my $url = $c->uri_for( $translated_path, @args )->path_query; - return ''; + return ''; Notice that the stash will always be empty. This behavior could be configurable in the future through an additional switch - for now, this behavior guarantees a @@ -60,7 +60,7 @@ sub generate_subinclude { my $uri = $c->uri_for_action( $path, @params ); - return ''; + return ''; } =head1 SEE ALSO