[Catalyst-commits] r10716 - in Catalyst-Devel/1.00/trunk: . lib/Catalyst

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Sun Jun 28 22:41:37 GMT 2009


Author: rafl
Date: 2009-06-28 22:41:32 +0000 (Sun, 28 Jun 2009)
New Revision: 10716

Modified:
   Catalyst-Devel/1.00/trunk/Changes
   Catalyst-Devel/1.00/trunk/lib/Catalyst/Devel.pm
Log:
Version 1.19.

Modified: Catalyst-Devel/1.00/trunk/Changes
===================================================================
--- Catalyst-Devel/1.00/trunk/Changes	2009-06-28 22:26:50 UTC (rev 10715)
+++ Catalyst-Devel/1.00/trunk/Changes	2009-06-28 22:41:32 UTC (rev 10716)
@@ -1,5 +1,11 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.19    2009-06-29 00:36:50
+        - Update Module::Install to a version that doesn't screw up
+          auto_install anymore (Closes: RT#45784).
+        - Generate Makefile.PLs with unix-paths, even on windows (Closes:
+          RT#46059).
+
 1.18    2009-06-10 17:43:12
         - The forking restarter was not waiting for the child to exit,
           which could lead to a race condition. If the old child did

Modified: Catalyst-Devel/1.00/trunk/lib/Catalyst/Devel.pm
===================================================================
--- Catalyst-Devel/1.00/trunk/lib/Catalyst/Devel.pm	2009-06-28 22:26:50 UTC (rev 10715)
+++ Catalyst-Devel/1.00/trunk/lib/Catalyst/Devel.pm	2009-06-28 22:41:32 UTC (rev 10716)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION             = '1.18';
+our $VERSION             = '1.19';
 our $CATALYST_SCRIPT_GEN = 39;
 
 $VERSION = eval $VERSION;




More information about the Catalyst-commits mailing list