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