updated to 0.06
Marcus Ramberg [Fri, 24 Jun 2005 15:51:51 +0000 (15:51 +0000)]
Changes
META.yml
SubRequest.pm

diff --git a/Changes b/Changes
index b48c549..81679f3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Static.
 
-0.06  2005-06-xx 20:27:00 
+0.06  2005-06-08 20:27:00 
         - Flush params as well
         - allow stuff to be passed to the stash
 0.05  2005-03-19 20:27:00 
index b1d8f6b..b27764f 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Catalyst-Plugin-SubRequest
-version:      0.04
+version:      0.06
 version_from: SubRequest.pm
 installdirs:  site
 requires:
index d260034..2ccb425 100644 (file)
@@ -2,7 +2,7 @@ package Catalyst::Plugin::SubRequest;
 
 use strict;
 
-our $VERSION = '0.04';
+our $VERSION = '0.06';
 
 
 =head1 NAME