released 5.21
Marcus Ramberg [Tue, 24 May 2005 13:09:53 +0000 (13:09 +0000)]
Changes
META.yml

diff --git a/Changes b/Changes
index 1b6da8c..7f9b10a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 This file documents the revision history for Perl extension Catalyst.
 
-5.21  2005-00-00 00:00:00
+5.21  2005-05-24 14:56:00
         - fixed a bug in https detection
         - fixed auto chain finally
         - added MYAPP_HOME and CATALYST_HOME environment variables
index 6b2f826..63bbf93 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 ---
 name: Catalyst
-version: 5.20
+version: 5.21
 author:
   - Sebastian Riedel, C<sri@oook.de>
 abstract: The Elegant MVC Web Application Framework
@@ -28,7 +28,7 @@ requires:
 provides:
   Catalyst:
     file: lib/Catalyst.pm
-    version: 5.20
+    version: 5.21
   Catalyst::Base:
     file: lib/Catalyst/Base.pm
   Catalyst::Build: