version 0.03 master 0.03
Alexander Hartmaier [Fri, 15 Jun 2018 21:54:48 +0000 (23:54 +0200)]
Changes
lib/CatalystX/Script/Server/Starman.pm

diff --git a/Changes b/Changes
index 8239365..383bdef 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.03  2018-06-15 23:53:00+02:00 Europe/Vienna
   - make compatible with MooseX::Getopt 0.48
   - remove fork option from docs as Starman is a preforking http server
     (RT#116910)
index 6de8d5c..80c0ed3 100644 (file)
@@ -5,7 +5,7 @@ use Pod::Usage;
 use Pod::Find qw(pod_where);
 use namespace::autoclean;
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 extends 'Catalyst::Script::Server';