Fix NAME in SDBM_File build
Chip Salzenberg [Fri, 18 Apr 1997 00:00:00 +0000 (00:00 +0000)]
ext/SDBM_File/sdbm/Makefile.PL

index b844147..21ad757 100644 (file)
@@ -4,7 +4,7 @@ $define = '-DSDBM -DDUFF';
 $define .= ' -DWIN32' if ($^O eq 'MSWin32');
 
 WriteMakefile(
-    NAME      => 'SDBM_File/sdbm', # doesn't matter what the name is here
+    NAME      => 'sdbm', # (doesn't matter what the name is here) oh yes it does
     LINKTYPE  => 'static',
     DEFINE    => $define,
     SKIP      => [qw(dynamic dynamic_lib)],