Created a CURRENT per mst's recommendation
[dbsrgits/DBM-Deep.git] / CURRENT / t / lib / Test1.pm
CommitLineData
d0c365a5 1package Test1;
2
3use 5.6.0;
4
5use strict;
6use warnings;
7
8use base 'TestBase';
9use base 'TestSimpleHash';
10
361dba51 11#sub setup : Test(startup) {
12# my $self = shift;
13#
14# $self->{db} = DBM::Deep->new( $self->new_file );
15#
16# return;
17#}
d0c365a5 18
191;
20__END__