finish debugging
[mkws-moved-to-github.git] / test / bin / bomb.pl
index bff7f68..bcc8ec1 100755 (executable)
@@ -41,7 +41,7 @@ die usage if !@system;
 # set CPU limit, in case the alarm handler will
 # be ignored
 eval {
-    require BSD::Resource2;
+    require BSD::Resource;
     setrlimit("RLIMIT_CPU", $timeout, 2*$timeout) or die "Cannot set CPU limit: $!\n";
 };
 if ($@) {