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
1 #!./perl
2
3 $::Create_and_Write = '(GDBM_WRCREAT, GDBM_WRITER)';
4 our $DBM_Class = 'GDBM_File';
5
6 require '../../t/lib/dbmt_common.pl';