[Catalyst-commits] r6879 - in trunk/Catalyst-Devel: . lib/Catalyst
marcus at dev.catalyst.perl.org
marcus at dev.catalyst.perl.org
Fri Sep 14 13:04:17 GMT 2007
Author: marcus
Date: 2007-09-14 13:04:17 +0100 (Fri, 14 Sep 2007)
New Revision: 6879
Modified:
trunk/Catalyst-Devel/Changes
trunk/Catalyst-Devel/lib/Catalyst/Devel.pm
Log:
missing changes
Modified: trunk/Catalyst-Devel/Changes
===================================================================
--- trunk/Catalyst-Devel/Changes 2007-09-13 16:36:06 UTC (rev 6878)
+++ trunk/Catalyst-Devel/Changes 2007-09-14 12:04:17 UTC (rev 6879)
@@ -1,12 +1,13 @@
This file documents the revision history for Perl extension Catalyst-Devel.
+1.03 2007-08-10 08:10:00
- Patch Helper.pm so Module::Pluggable::Object ignores emacs temp files appropriately for restarting server
- Changed default dependency to Catalyst::Runtime
- Added BindLex example to create script
- Don't change a manually-specified engine when using the
-r switch with server.pl
-1.02 2006-11-15
+1.02 2006-11-15 16:45:00
- Added dep to Catalyst::Manual
- added option to send errors to STDOUT in fastcgi script
Modified: trunk/Catalyst-Devel/lib/Catalyst/Devel.pm
===================================================================
--- trunk/Catalyst-Devel/lib/Catalyst/Devel.pm 2007-09-13 16:36:06 UTC (rev 6878)
+++ trunk/Catalyst-Devel/lib/Catalyst/Devel.pm 2007-09-14 12:04:17 UTC (rev 6879)
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
our $CATALYST_SCRIPT_GEN = 30;
=head1 NAME
More information about the Catalyst-commits
mailing list