X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=perl%2FAmanda%2FRecovery%2FClerk.pm;fp=perl%2FAmanda%2FRecovery%2FClerk.pm;h=7531421dd1c7b5a5aa259faded153a054eb1ee8a;hb=c6f0a88c567f8536c498f554285aed1f8150da18;hp=810621f792d1a6ce7b81494ad0f0f1c9b16ac975;hpb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;p=debian%2Famanda diff --git a/perl/Amanda/Recovery/Clerk.pm b/perl/Amanda/Recovery/Clerk.pm index 810621f..7531421 100644 --- a/perl/Amanda/Recovery/Clerk.pm +++ b/perl/Amanda/Recovery/Clerk.pm @@ -69,7 +69,7 @@ Amanda::Recovery::Clerk - handle assembling dumpfiles from multiple parts =head1 OVERVIEW -This package is the counterpart to L, and handles +This package is the counterpart to L, and handles re-assembling dumpfiles from multiple parts, possibly distributed over several volumes. @@ -228,7 +228,7 @@ sub get_xfer_src { my $self = shift; my %params = @_; - for my $rq_param qw(dump xfer_src_cb) { + for my $rq_param (qw(dump xfer_src_cb)) { croak "required parameter '$rq_param' missing" unless exists $params{$rq_param}; } @@ -262,7 +262,7 @@ sub start_recovery { my %params = @_; $self->dbg("starting recovery"); - for my $rq_param qw(xfer recovery_cb) { + for my $rq_param (qw(xfer recovery_cb)) { croak "required parameter '$rq_param' missing" unless exists $params{$rq_param}; }