- Fix workaround for unexported core symbols to avoid breaking
compilation on non-threading builds of Perl 5.8.
+ - Set permissions on .perldb file created during test, to avoid
+ "insecure rcfile" warning.
0.006009 - 01 Feb 2012
- Be adaptive about whether to delete the line reallocation filter,
cwd("$Bin/..");
# Write a .perldb file so we make sure we dont use the users one
+umask 077;
open PERLDB, ">", "$Bin/../.perldb" or die "Cannot open $Bin/../.perldb: $!";
close PERLDB;