This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove isatty from @POSIX::EXPORT_OK, as it's already in @EXPORT.
authorNicholas Clark <nick@ccl4.org>
Thu, 1 Sep 2011 17:00:03 +0000 (19:00 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 1 Sep 2011 19:54:13 +0000 (21:54 +0200)
commit16dc86d292c4bc09ef41bb4b28dfc08ddd4e0fed
tree0ab926041fb02a31c5f28323d2461323e3092a27
parent122efcc9506aa94892fc6bbfbc341335ee3889c6
Remove isatty from @POSIX::EXPORT_OK, as it's already in @EXPORT.

This effectively reverts commit d925a710473da185, which added it and
reformatted the source code. isatty was in (the generated) @EXPORT
at that time, hence there was never a need to add it.
ext/POSIX/lib/POSIX.pm