From: Alexander Hartmaier Date: Fri, 15 Jun 2018 21:54:48 +0000 (+0200) Subject: version 0.03 X-Git-Tag: 0.03^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=master;p=catagits%2FCatalystX-Script-Server-Starman.git version 0.03 --- diff --git a/Changes b/Changes index 8239365..383bdef 100644 --- 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) diff --git a/lib/CatalystX/Script/Server/Starman.pm b/lib/CatalystX/Script/Server/Starman.pm index 6de8d5c..80c0ed3 100644 --- a/lib/CatalystX/Script/Server/Starman.pm +++ b/lib/CatalystX/Script/Server/Starman.pm @@ -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';