This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.000
[perl5.git] / ext / ODBM_File / ODBM_File.pm
1 package ODBM_File;
2
3 require TieHash;
4 require DynaLoader;
5 @ISA = qw(TieHash DynaLoader);
6
7 bootstrap ODBM_File;
8
9 1;
10
11 __END__