git-svn-id: http://svn.ali.as/cpan/trunk/DBM-Deep@4549
88f4d9cd-8a04-0410-9d60-8f63309c3137
}
SKIP: {
+ eval "pack('Q', 0);";
skip "Largefile support is not compiled into $^X", 3
- unless $Config{ use64bitall };
+ if $@;
my ($fh, $filename) = new_fh();
{
print $fh "#!$^X\n";
print $fh <<'__END_FH__';
use strict;
-use Test::More no_plan => 1;
+use Test::More 'no_plan';
Test::More->builder->no_ending(1);
Test::More->builder->{Curr_Test} = 12;
use strict;
use warnings FATAL => 'all';
-use Test::More no_plan => 1;
+use Test::More tests => 2;
use Test::Deep;
use t::common qw( new_fh );