This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #21289] [Fwd: IPC::Msg bug report]
authorEdmund Bacon <unknown>
Tue, 18 Feb 2003 21:05:15 +0000 (21:05 +0000)
committerhv <hv@crypt.org>
Sun, 2 Mar 2003 22:30:50 +0000 (22:30 +0000)
From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>

p4raw-id: //depot/perl@18811

ext/IPC/SysV/Msg.pm

index c92eb55..50ca564 100644 (file)
@@ -69,7 +69,7 @@ sub set {
     else {
        croak 'Bad arg count' if @_ % 2;
        my %arg = @_;
-       my $ds = $self->stat
+       $ds = $self->stat
                or return undef;
        my($key,$val);
        $ds->$key($val)