PDLPorters / PDL-Graphics-Gnuplot

Gnuplot-based plotting backend for PDL
https://p3rl.org/PDL::Graphics::Gnuplot
Other
8 stars 7 forks source link

Unlinking problems under Microsoft Windows #2

Closed drzowie closed 12 years ago

drzowie commented 12 years ago

The test script fails (as of CPAN v1.2) under Microsoft Windows, because MSW won't delete the testoutput file when the first instance of Gnuplot that touched it is still running. The first instance is the default object. I think this can be fixed by running restart() right after the first plot test, before we switch to using an explicit object.