From: Kieren Diment Date: Thu, 3 May 2012 22:20:42 +0000 (+1000) Subject: version and changes X-Git-Tag: 5.9007~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=d4ee8f4f36d069ae9f9820a71bc679ecc7922651;hp=aa82583deefab5c36afe9e554dfa7099592a18ec version and changes --- diff --git a/Changes b/Changes index c0df5cf..e36babb 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Catalyst-Manual +5.9004 4th May 2012 + - PSGI Compat changes + - Small code changes (thanks sockmonk) + - Small changes to Manual::Components + 5.9003 17 Feb 2012 - Mention PSGI in Manual::Ingro RT 74872 (thanks William Blunn). - Better docs of :Global inspired by RT 74869 (thanks William Blunn) diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index e889c8a..692bbf1 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -6,7 +6,7 @@ package Catalyst::Manual; use strict; use warnings; -our $VERSION = '5.9003'; +our $VERSION = '5.9004'; =head1 NAME