Version 1.15. 1.15
Florian Ragwitz [Wed, 13 May 2009 18:04:04 +0000 (18:04 +0000)]
Changes
lib/Catalyst/Devel.pm

diff --git a/Changes b/Changes
index f276d0a..c95f42f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.15    2009-05-13 20:02
         - Remove -p option for pid file, and restore it to the port number,
           as it should be -port|-p (t0m)
         - Document -pidfile in myapp_server.pl POD (t0m)
index 105be81..51366d8 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Devel;
 use strict;
 use warnings;
 
-our $VERSION             = '1.14_02';
+our $VERSION             = '1.15';
 our $CATALYST_SCRIPT_GEN = 37;
 
 $VERSION = eval $VERSION;