[Catalyst-commits] r10066 - in Catalyst-Devel/1.00/trunk: .
lib/Catalyst
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Mon May 11 00:54:32 GMT 2009
Author: rafl
Date: 2009-05-11 00:54:32 +0000 (Mon, 11 May 2009)
New Revision: 10066
Modified:
Catalyst-Devel/1.00/trunk/Changes
Catalyst-Devel/1.00/trunk/lib/Catalyst/Devel.pm
Log:
Version 1.13.
Modified: Catalyst-Devel/1.00/trunk/Changes
===================================================================
--- Catalyst-Devel/1.00/trunk/Changes 2009-05-10 22:08:35 UTC (rev 10065)
+++ Catalyst-Devel/1.00/trunk/Changes 2009-05-11 00:54:32 UTC (rev 10066)
@@ -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)
Modified: Catalyst-Devel/1.00/trunk/lib/Catalyst/Devel.pm
===================================================================
--- Catalyst-Devel/1.00/trunk/lib/Catalyst/Devel.pm 2009-05-10 22:08:35 UTC (rev 10065)
+++ Catalyst-Devel/1.00/trunk/lib/Catalyst/Devel.pm 2009-05-11 00:54:32 UTC (rev 10066)
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '1.12';
+our $VERSION = '1.13';
our $CATALYST_SCRIPT_GEN = 33;
=head1 NAME
More information about the Catalyst-commits
mailing list