This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The cleanup code in lib/Pod/t/eol.t needs updating to track Pod::Html changes.
[perl5.git] / ext / GDBM_File / t / gdbm.t
CommitLineData
bee1dbe2
LW
1#!./perl
2
f7326ddc
NC
3$::Create_and_Write = '(GDBM_WRCREAT, GDBM_WRITER)';
4our $DBM_Class = 'GDBM_File';
a0d0e21e 5
f7326ddc 6require '../../t/lib/dbmt_common.pl';