Lines Matching refs:warn
113 and (warn "command failed: '$cmd'\n"), $fail = 1;
317 or warn "warning: '$cmd' had unexpected exit code or signal ($?)\n";
347 warn "$t: unexpected --version output\n:$first_line";
381 warn "$ME: $msg";
407 or (warn "release type not specified\n"), $fail = 1;
409 or (warn "package name not specified\n"), $fail = 1;
411 or (warn "previous version string not specified\n"), $fail = 1;
413 or (warn "current version string not specified\n"), $fail = 1;
415 or (warn "GnuPG key ID not specified\n"), $fail = 1;
417 or (warn "URL directory name(s) not specified\n"), $fail = 1;
422 and (warn "when specifying gnulib as a tool, you must also specify\n"
427 or (warn "'$release_type': invalid release type\n"), $fail = 1;
430 and (warn "too many arguments:\n", join ("\n", @ARGV), "\n"),