perldiag: Combine nearly identical entries
authorFather Chrysostomos <sprout@cpan.org>
Sun, 13 Feb 2011 01:04:39 +0000 (17:04 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 13 Feb 2011 01:04:39 +0000 (17:04 -0800)
commit22e74366bed8d7512ccbea65bc27faf3548c6476
tree4984b0f4591efa520b2cf51ab58e3155f02610f0
parent8f9aa6a33b8add4f811c7b17012eee9544cda48b
perldiag: Combine nearly identical entries

These entries--

=item Can't coerce %s to integer in %s
=item Can't coerce %s to number in %s
=item Can't coerce %s to string in %s

--can be combined into one. Currently, they say exactly the same
thing, except that the first one has more detail. Consequently,
diagnostics.pm will sometimes provide more, and sometimes less, infor-
mation, which is suboptimal.
pod/perldiag.pod
sv.c