Subject: | Windows & the dbtest in t/01_abstract.t |
Windows has a hard time deleting files once they been opened in a process. As such rerunning the 'make test' command then emits failures.
The fix is to add 'unlink $DB if -e $DB;' after the line setting the variable $DB.
This is only applicable to automated testing, hence why this is on the wishlist.