From: Andrew Rodland Date: Thu, 27 Nov 2014 04:01:41 +0000 (-0500) Subject: 0.26_01 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FFCGI-ProcManager.git;a=commitdiff_plain;h=1c68b9dc6708650308da1c7a7e554edab77a2e0f 0.26_01 --- diff --git a/lib/FCGI/ProcManager.pm b/lib/FCGI/ProcManager.pm index 5566142..efaa9e5 100644 --- a/lib/FCGI/ProcManager.pm +++ b/lib/FCGI/ProcManager.pm @@ -13,7 +13,8 @@ use POSIX qw(:signal_h); use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS $Q $SIG_CODEREF); BEGIN { - $VERSION = '0.25'; + $VERSION = '0.26_01'; + $VERSION = eval $VERSION; @ISA = qw(Exporter); @EXPORT_OK = qw(pm_manage pm_die pm_wait pm_write_pid_file pm_remove_pid_file