=back
+=head1 WARNINGS
+
+=over 4
+
+=item Cleanup skipped %d active threads
+
+The main thread exited while there were still other threads running.
+This is not a good sign: you should either explicitly join the
+threads, or let the threads detach themselves, or somehow be certain
+that all the non-main threads have finished.
+
+=back
=head1 TODO
If you actually want to pack Unicode codepoints, use the C<"U"> format
instead.
+=item Cleanup skipped %d active threads
+
+(W) When using threaded Perl, the main thread exited while there were
+still other threads running. This is not a good sign: you should either
+explicitly join the threads, or let the threads detach themselves, or
+somehow be certain that all the non-main threads have finished. See
+L<threads>.
+
=item close() on unopened filehandle %s
(W unopened) You tried to close a filehandle that was never opened.