From: Mike Taylor Date: Mon, 22 Sep 2014 12:55:57 +0000 (+0200) Subject: Less alarming warning if BSD::Resource module is unavailable. X-Git-Tag: 1.0.0~324^2~25^2~4 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=2a01aaae072eb38bcb560d9b8c09e8c8ea4d7af6;ds=sidebyside Less alarming warning if BSD::Resource module is unavailable. --- diff --git a/test/bin/bomb.pl b/test/bin/bomb.pl index a79be99..95e7dd5 100755 --- a/test/bin/bomb.pl +++ b/test/bin/bomb.pl @@ -45,7 +45,7 @@ eval { BSD::Resource::setrlimit("RLIMIT_CPU", $timeout, 2*$timeout) or die "Cannot set CPU limit: $!\n"; }; if ($@) { - warn "Please install the package BSD::Resource!\n\n$@\n"; + warn "WARNING: things would go more nicely with the BSD::Resource package\n"; }