Carp with multiple arguments
authorM.J.T. Guy <mjtg@cus.cam.ac.uk>
Sat, 8 Mar 1997 20:12:17 +0000 (20:12 +0000)
committerChip Salzenberg <chip@atlantic.net>
Thu, 6 Mar 1997 16:01:12 +0000 (04:01 +1200)
commitd43563dda8f974d66e255d10af6e34c09bb46cb4
tree4a44205e5473a63edad772f760aa8d904182c33c
parentb4af43c9fb3ef14c4c948a3a34d31ef17ebc4eed
Carp with multiple arguments

Subject: Carp with multiple arguments (and lack of tests)

carp/croak/confess are documented as similar to warn/die, but whereas
warn/die print multiple arguments, carp/croak/confess print only the
first.    Assuming that this is a bug rather than a feature, the following
patch corrects it.   (And if it _is_ a feature, the pod needs updating
instead, to explain it away.)

Trying to be polite, I thought I'd update the Carp tests to cover this
case.    But I couldn't find any Carp tests ...    I'll have a go
at rectifying this lacuna.   But not till tomorrow.

p5p-msgid: E0w3STZ-0007RW-00@taurus.cus.cam.ac.uk
lib/Carp.pm