Improvements to the diagnostics for "unimplemented" POSIX functions.
authorNicholas Clark <nick@ccl4.org>
Wed, 31 Aug 2011 11:08:49 +0000 (13:08 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 1 Sep 2011 19:54:11 +0000 (21:54 +0200)
commitfa22ee5499f30bb66e391725e58491665ffb05ae
tree7a4ae421314436909bacc8b68305f6701b6d2c48
parentf8882ab154679fdb1be20392f3c1b47a8300e77a
Improvements to the diagnostics for "unimplemented" POSIX functions.

Suggested by Aristotle Pagaltzis as part of a larger refactoring.
This regularises the text, changing '--use' and ': use' to ', use' to be
consistent, provides a message for POSIX::srand(), and adds ' is' to the
message for POSIX::bsearch().

Most of the diagnostics have been unchanged since perl 5.000. For some,
IO::Handle replaced FileHandle in perl5.003_20 (28757baaaeaa3801).
div and ldiv's messages were improved to also mention % in 2003 by commit
7a6ca5fd18d88091.
ext/POSIX/lib/POSIX.pm
ext/POSIX/t/unimplemented.t