Bump version number and prepare for release 0.07
nilson [Mon, 27 Jul 2009 23:37:46 +0000 (23:37 +0000)]
Changes
META.yml
README
lib/Catalyst/View/Component/SubInclude.pm
lib/Catalyst/View/Component/SubInclude/ESI.pm
lib/Catalyst/View/Component/SubInclude/SubRequest.pm
lib/Catalyst/View/Component/SubInclude/Visit.pm

diff --git a/Changes b/Changes
index 6ec1ac5..bf286cb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Catalyst-View-Component-SubInclude
 
+0.07    Mon Jul 27 20:45:42 2009
+        - Fix some issues related to Args/CaptureArgs handling in the SubRequest
+          and Visit plugins.
+
 0.06    
         - Weaken $c to avoid a memory leak.
 
index 67deb52..bcf5da1 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -23,4 +23,4 @@ requires:
   namespace::clean: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.06
+version: 0.07
diff --git a/README b/README
index b091700..4988a16 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ NAME
     views
 
 VERSION
-    Version 0.05
+    Version 0.07
 
 DESCRIPTION
     "Catalyst::View::Component::SubInclude" allows you to include content in
index 50dd2c1..ecdeff0 100644 (file)
@@ -11,11 +11,11 @@ Catalyst::View::Component::SubInclude - Use subincludes in your Catalyst views
 
 =head1 VERSION
 
-Version 0.05
+Version 0.07
 
 =cut
 
-our $VERSION = '0.06';
+our $VERSION = '0.07';
 
 =head1 SYNOPSIS
 
index 25ca97a..6b258fb 100644 (file)
@@ -8,11 +8,11 @@ Catalyst::View::Component::SubInclude::ESI - Edge Side Includes (ESI) plugin for
 
 =head1 VERSION
 
-Version 0.05
+Version 0.07
 
 =cut
 
-our $VERSION = '0.05';
+our $VERSION = '0.07';
 
 =head1 SYNOPSIS
 
index 3a5658a..75b5d6b 100644 (file)
@@ -11,11 +11,11 @@ Catalyst::View::Component::SubInclude::SubRequest - Sub-requests plugin for C::V
 
 =head1 VERSION
 
-Version 0.05
+Version 0.07
 
 =cut
 
-our $VERSION = '0.05';
+our $VERSION = '0.07';
 
 =head1 SYNOPSIS
 
index 2d25883..d1a3917 100644 (file)
@@ -11,11 +11,11 @@ Catalyst::View::Component::SubInclude::Visit - visit() plugin for C::V::Componen
 
 =head1 VERSION
 
-Version 0.05
+Version 0.07
 
 =cut
 
-our $VERSION = '0.05';
+our $VERSION = '0.07';
 
 =head1 SYNOPSIS