I just got the warning "Scalars leaked: 1" nine times.
I'm guessing it came from a threaded upload program that uses 9 threads with modules threads, threads::shared and Thread::Queue. This is on WinXP, Active State 5.8.8.
Any idea what this means? This program has been running a while with no such warnings, and I reran the program with the same (light) work that caused the warnings, but no warnings this time.
I'm not trying to start the threads at compile time, unless this is something that Thread::Queue does internally. My first threaded call is after Getopt::Long processing.