summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/cpan/Memoize/t/tie.t
blob: fbae0e98869f83d451ad843cdb30122c63f7479b (plain)
1
2
3
4
5
6
7
8
use strict; use warnings;
use Fcntl;

use lib 't/lib';
use DBMTest 'Memoize::AnyDBM_File', is_scalar_only => 1;

test_dbm $file, O_RDWR | O_CREAT, 0666;
cleanup;