# New Ticket Created by Andy Dougherty
# Please include the string: [perl #36567]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=36567 >
After running 'make test', Parrot leaves the following files lying around
in /tmp. I think there's from t/perl/Parrot_Docs.t.
src/foo/file1.pod
src/foo/file2.pod
src/bar/file3.pod
src/file.txt
src/pub/beer.pint
tgt/foo/file1.pod.html
tgt/foo/file2.pod.html
tgt/bar/file3.pod.html
tgt/index.html
There are two problems:
1. Parrot should clean up after itself.
2. Parrot should probably pick directory names less
likely to collide with other legitimate uses of /tmp.
--
Andy Dougherty [EMAIL PROTECTED]