From: Nilson Santos Figueiredo JĂșnior Date: Wed, 11 Feb 2009 02:36:52 +0000 (+0000) Subject: Bump to 0.04 X-Git-Tag: 0.07_01~30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-Component-SubInclude.git;a=commitdiff_plain;h=84616d2a8aa249873c1b4b5524234e30956eee9e Bump to 0.04 --- diff --git a/Changes b/Changes index e93c131..8bfac5d 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,16 @@ Revision history for Catalyst-View-Component-SubInclude +0.04 Wed Feb 11 00:38:02 2009 + - Recreate dist because the CPAN indexer doesn't like tarballs generated + on Windows. + 0.03 Fri Feb 6 17:58:50 2009 - - Add "subinclude_using" - - Tidy up dist (added README and this Changes file) + - Add "subinclude_using" + - Tidy up dist (added README and this Changes file) 0.02 Thu Feb 5 23:26:54 2008 - Fixed several issues related to Chained actions - - Added the Visit subinclude plugin + - Added the Visit subinclude plugin 0.01 Fri Jan 30 21:00:00 2009 First public version. diff --git a/META.yml b/META.yml index 6461f48..7b13e43 100644 --- a/META.yml +++ b/META.yml @@ -22,4 +22,4 @@ requires: namespace::clean: 0 resources: license: http://dev.perl.org/licenses/ -version: 0.03 +version: 0.04 diff --git a/README b/README index 9991c3d..df5db01 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME views VERSION - Version 0.03 + Version 0.04 DESCRIPTION "Catalyst::View::Component::SubInclude" allows you to include content in diff --git a/lib/Catalyst/View/Component/SubInclude.pm b/lib/Catalyst/View/Component/SubInclude.pm index 20909a6..20f3de5 100644 --- a/lib/Catalyst/View/Component/SubInclude.pm +++ b/lib/Catalyst/View/Component/SubInclude.pm @@ -10,11 +10,11 @@ Catalyst::View::Component::SubInclude - Use subincludes in your Catalyst views =head1 VERSION -Version 0.03 +Version 0.04 =cut -our $VERSION = '0.03'; +our $VERSION = '0.04'; =head1 SYNOPSIS diff --git a/lib/Catalyst/View/Component/SubInclude/ESI.pm b/lib/Catalyst/View/Component/SubInclude/ESI.pm index 7dfc7b3..2393c2c 100644 --- a/lib/Catalyst/View/Component/SubInclude/ESI.pm +++ b/lib/Catalyst/View/Component/SubInclude/ESI.pm @@ -8,11 +8,11 @@ Catalyst::View::Component::SubInclude::ESI - Edge Side Includes (ESI) plugin for =head1 VERSION -Version 0.03 +Version 0.04 =cut -our $VERSION = '0.03'; +our $VERSION = '0.04'; =head1 SYNOPSIS diff --git a/lib/Catalyst/View/Component/SubInclude/SubRequest.pm b/lib/Catalyst/View/Component/SubInclude/SubRequest.pm index 7ba7828..be96658 100644 --- a/lib/Catalyst/View/Component/SubInclude/SubRequest.pm +++ b/lib/Catalyst/View/Component/SubInclude/SubRequest.pm @@ -11,11 +11,11 @@ Catalyst::View::Component::SubInclude::SubRequest - Sub-requests plugin for C::V =head1 VERSION -Version 0.03 +Version 0.04 =cut -our $VERSION = '0.03'; +our $VERSION = '0.04'; =head1 SYNOPSIS diff --git a/lib/Catalyst/View/Component/SubInclude/Visit.pm b/lib/Catalyst/View/Component/SubInclude/Visit.pm index c82fe73..c50d9ec 100644 --- a/lib/Catalyst/View/Component/SubInclude/Visit.pm +++ b/lib/Catalyst/View/Component/SubInclude/Visit.pm @@ -11,11 +11,11 @@ Catalyst::View::Component::SubInclude::Visit - visit() plugin for C::V::Componen =head1 VERSION -Version 0.03 +Version 0.04 =cut -our $VERSION = '0.03'; +our $VERSION = '0.04'; =head1 SYNOPSIS