From: Dirk Koopman Date: Sat, 23 Jun 2007 13:43:17 +0000 (+0100) Subject: fix send_pc92_update X-Git-Tag: 1.55~147 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=1cbb4d2083af4212ff4ed84dc79b9e5a22387ab2 fix send_pc92_update --- diff --git a/perl/DXProt.pm b/perl/DXProt.pm index ccf91291..c04e4a1f 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -900,6 +900,7 @@ sub send_pc92_config sub send_pc92_update { + my $self = shift; my $call = shift; dbg('DXProt::send_pc92_update') if isdbg('trace'); diff --git a/perl/Version.pm b/perl/Version.pm index 83681bcf..7f7313d8 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -11,6 +11,6 @@ use vars qw($version $subversion $build); $version = '1.54'; $subversion = '0'; -$build = '67'; +$build = '68'; 1;