From: Tomas Doran Date: Tue, 14 Dec 2010 14:33:21 +0000 (+0000) Subject: Version 0.10 X-Git-Tag: 0.10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-Component-SubInclude.git;a=commitdiff_plain;h=30751dc9b3d3b60d6775f8d593b20ddd2bd1c125 Version 0.10 --- diff --git a/Changes b/Changes index 53ee257..e11f295 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Catalyst-View-Component-SubInclude -0.10 +0.10 Tue 14 Dec 14:32:00 2010 - Add HTTP support (Wallace Reis) 0.09 Thu 10 June 21:24:00 2010 diff --git a/README b/README index 3b66a9e..79bcf4c 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME views VERSION - Version 0.09 + Version 0.10 SYNOPSIS package MyApp::View::TT; diff --git a/lib/Catalyst/View/Component/SubInclude.pm b/lib/Catalyst/View/Component/SubInclude.pm index 8c23b02..9c52528 100644 --- a/lib/Catalyst/View/Component/SubInclude.pm +++ b/lib/Catalyst/View/Component/SubInclude.pm @@ -15,7 +15,7 @@ Catalyst::View::Component::SubInclude - Use subincludes in your Catalyst views =head1 VERSION -Version 0.09 +Version 0.10 =cut diff --git a/lib/Catalyst/View/Component/SubInclude/SSI.pm b/lib/Catalyst/View/Component/SubInclude/SSI.pm index f73123f..a0a885e 100644 --- a/lib/Catalyst/View/Component/SubInclude/SSI.pm +++ b/lib/Catalyst/View/Component/SubInclude/SSI.pm @@ -8,11 +8,11 @@ Catalyst::View::Component::SubInclude::SSI - Server Side Includes (SSI) plugin f =head1 VERSION -Version 0.09 +Version 0.10 =cut -our $VERSION = '0.09'; +our $VERSION = '0.10'; $VERSION = eval $VERSION; =head1 SYNOPSIS