summaryrefslogtreecommitdiff
path: root/ext/Amiga-Exec/Exec.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Amiga-Exec/Exec.pm')
-rw-r--r--ext/Amiga-Exec/Exec.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/Amiga-Exec/Exec.pm b/ext/Amiga-Exec/Exec.pm
index f9d48385f5..03ecaff602 100644
--- a/ext/Amiga-Exec/Exec.pm
+++ b/ext/Amiga-Exec/Exec.pm
@@ -26,7 +26,7 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
our @EXPORT = qw(
);
-our $VERSION = '0.01';
+our $VERSION = '0.02';
require XSLoader;
XSLoader::load('Amiga::Exec', $VERSION);
@@ -86,7 +86,8 @@ is no need to access the low level methods directly and they are not exported by
=head2 Wait
- $signals = Amiga::Exec->Wait('SignalMask' => $signalmask, 'TimeOut' => $timeoutinusecs );
+ $signals = Amiga::Exec->Wait('SignalMask' => $signalmask,
+ 'TimeOut' => $timeoutinusecs );
Wait on a signal set with optional timeout. The result ($signals) should be checked to
determine which signal was raised. It will be 0 for timeout.