Subject: | tempdir( UNLINK => 1 ) should be tempdir( CLEANUP => 1 ) in t/lib/File/ChangeNotify/TestHelper.pm |
Hello and thanks for File::ChangeNotify 0.13
I noticed temp dirs not being cleaned up during testing. I think
tempdir( UNLINK => 1 ) should be tempdir( CLEANUP => 1 ) in
t/lib/File/ChangeNotify/TestHelper.pm
Cheers,
Peter (Stig) Edwards