This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Assuming that $SIG{PIPE} is not set can be bogus when running in a cron job.
authorNicholas Clark <nick@ccl4.org>
Thu, 4 Jun 2009 13:06:58 +0000 (14:06 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 4 Jun 2009 13:06:58 +0000 (14:06 +0100)
commitc8be058c40ba584eaa1b32e8b2fe754f679df51d
treeaf87caa0fb03c1a2503c73ea6faef3b54a76e857
parentcaa34d58d7583a1eedaf9e469c9d7b16ef06c84d
Assuming that $SIG{PIPE} is not set can be bogus when running in a cron job.
Use $SIG{KILL} instead, as no-one sane would set an untrappable signal.
This should address failures some smokers are reporting.
t/op/magic.t