X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcommon.pm;h=c0a881f373de3b1f92cf219ef24cbbd0fa88a0a3;hb=0e3e35555b9d0f781548d4d383f601ba69837310;hp=e374be7374a8e6cb35409dc2063641eec8ae2f6f;hpb=4f0f6fff0474a896cad8bbb80d8c0ccce3d87bf9;p=dbsrgits%2FDBM-Deep.git diff --git a/t/common.pm b/t/common.pm index e374be7..c0a881f 100644 --- a/t/common.pm +++ b/t/common.pm @@ -42,7 +42,7 @@ sub new_dbm { my @these_args = @{ shift @extra_args }; return sub { DBM::Deep->new( - @these_args, @args, + @these_args, @args, @_, ); }; };