From: Florian Ragwitz Date: Mon, 11 May 2009 00:54:32 +0000 (+0000) Subject: Version 1.13. X-Git-Tag: 1.15~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a4a1253939f2c2fe3f824417f09ab7a43b1081f6;p=catagits%2FCatalyst-Devel.git Version 1.13. --- diff --git a/Changes b/Changes index 9b4d03b..5e9d81b 100644 --- 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) diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 7c1cb47..1245a17 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -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