Bump version
[catagits/FCGI-ProcManager.git] / lib / FCGI / ProcManager.pm
index 1df40fe..32a3106 100644 (file)
@@ -13,7 +13,7 @@ use POSIX qw(:signal_h);
 
 use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS $Q $SIG_CODEREF);
 BEGIN {
-  $VERSION = '0.26_02';
+  $VERSION = '0.28';
   $VERSION = eval $VERSION;
   @ISA = qw(Exporter);
   @EXPORT_OK = qw(pm_manage pm_die pm_wait
@@ -156,7 +156,7 @@ sub new {
 }
 
 sub _set_signal_handler {
-  my ($this, $signal, $restart);
+  my ($this, $signal, $restart) = @_;
 
   if ($^O eq 'MSWin32') {
     $SIG{$signal} = 'FCGI::ProcManager::sig_sub';