This is patch.2b1g to perl5.002beta1.
[p5sagit/p5-mst-13.2.git] / ext / DB_File / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4         NAME    => 'DB_File',
5         LIBS    => ["-L/usr/local/lib -ldb"],
6         #INC    => '-I/usr/local/include',
7         VERSION => 1.01,
8         );
9