From: Jarkko Hietaniemi Date: Mon, 20 Mar 2000 23:45:24 +0000 (+0000) Subject: detypo X-Git-Tag: accepted/trunk/20130322.191538~34817^2~116 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6310abf6af0e3f228aaa2bbc3804ec9c5bddad75;p=platform%2Fupstream%2Fperl.git detypo p4raw-id: //depot/cfgperl@5845 --- diff --git a/t/op/taint.t b/t/op/taint.t index cc8ff87..890f8f2 100755 --- a/t/op/taint.t +++ b/t/op/taint.t @@ -26,7 +26,7 @@ BEGIN { } if ($Config{d_shm} || $Config{d_msg}) { require IPC::SysV; - IPC::SysV->import(qw(IPC_PRIVATE IPC_RMID IPC_CREAT S_IRWXU); + IPC::SysV->import(qw(IPC_PRIVATE IPC_RMID IPC_CREAT S_IRWXU)); } }