Jens T. Berger Thielemann [Tue, 1 Apr 1997 13:34:47 +0000 (15:34 +0200)]
[editor's note: Chip credited Jens with the fix, but the message
doesn't have a patch. *shrug*]
p5p-msgid: Pine.SUN.3.91.
970401153125.8053A-100000@holmenkollen.ifi.uio.no
require DynaLoader;
@ISA = qw(Exporter DynaLoader);
-$VERSION = "1.01" ;
+$VERSION = "1.02" ;
%EXPORT_TAGS = (
sub raise {
usage "raise(sig)" if @_ != 1;
- kill $$, $_[0]; # Is this good enough?
+ kill $_[0], $$; # Is this good enough?
}
sub offsetof {