In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/daf3e43ac244f3f7cee686c60e688f8007613a5f?hp=3208277d2727f5e1b83117c8981f40c21a238b92>

- Log -----------------------------------------------------------------
commit daf3e43ac244f3f7cee686c60e688f8007613a5f
Author: Tony Cook <t...@develop-help.com>
Date:   Wed Dec 29 16:44:58 2010 +1100

    properly clean up work files from testing GDBM_File
-----------------------------------------------------------------------

Summary of changes:
 t/lib/dbmt_common.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/lib/dbmt_common.pl b/t/lib/dbmt_common.pl
index 7ebdfab..b7d8c2e 100644
--- a/t/lib/dbmt_common.pl
+++ b/t/lib/dbmt_common.pl
@@ -217,7 +217,7 @@ EOM
 
     undef $X;
     untie(%h);
-    unlink "SubDB.pm", <dbhash_tmp.*>;
+    unlink "SubDB.pm", <dbhash_tmp*>;
 
 }
 

--
Perl5 Master Repository

Reply via email to