From 1cbb4d2083af4212ff4ed84dc79b9e5a22387ab2 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Sat, 23 Jun 2007 14:43:17 +0100 Subject: [PATCH] fix send_pc92_update --- perl/DXProt.pm | 1 + perl/Version.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; -- 2.34.1