X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FView%2FComponent%2FSubInclude%2FESI.pm;h=85acbdd620cb8f21f13720c22b415cbc53d84868;hb=bff1b853c17ad52e468fe8984ab3b18964463c7f;hp=8909f9facab85a3289541df57f5ffb7bff8b2437;hpb=8bbd65bf6b13d05aae77781463bc43f3c0a44deb;p=catagits%2FCatalyst-View-Component-SubInclude.git diff --git a/lib/Catalyst/View/Component/SubInclude/ESI.pm b/lib/Catalyst/View/Component/SubInclude/ESI.pm index 8909f9f..85acbdd 100644 --- a/lib/Catalyst/View/Component/SubInclude/ESI.pm +++ b/lib/Catalyst/View/Component/SubInclude/ESI.pm @@ -8,11 +8,12 @@ Catalyst::View::Component::SubInclude::ESI - Edge Side Includes (ESI) plugin for =head1 VERSION -Version 0.07 +Version 0.07_03 =cut -our $VERSION = '0.07'; +our $VERSION = '0.07_03'; +$VERSION = eval $VERSION; =head1 SYNOPSIS @@ -55,7 +56,7 @@ common interface for plugins. =cut sub generate_subinclude { - my ($class, $config, $c, $path, @params) = @_; + my ($self, $c, $path, @params) = @_; my $uri = $c->uri_for_action( $path, @params );