Version 1.13.
Florian Ragwitz [Mon, 11 May 2009 00:54:32 +0000 (00:54 +0000)]
Changes
lib/Catalyst/Devel.pm

diff --git a/Changes b/Changes
index 9b4d03b..5e9d81b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,11 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.13    2009-05-11 02:50
         - add [-pidfile|-p] option for myapp_server.pl (caelum)
-        - kill C3 warning on 5.10, add resources to META.yml (caelum)
+        - Bump dependency on Config::General (caelum)
+        - On perls with c3 method dispatch, make sure Class::C3 is recent
+          enough to not produce warnings if it is already installed (caelum)
+        - add resources to META.yml (caelum)
 
 1.12    2009-04-26 15:42
         - Remove the deprecated BindLex from the _create.pl help message (rafl)
index 7c1cb47..1245a17 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Devel;
 use strict;
 use warnings;
 
-our $VERSION             = '1.12';
+our $VERSION             = '1.13';
 our $CATALYST_SCRIPT_GEN = 33;
 
 =head1 NAME