Half way through moving per-thread magicals into per-thread fields
[p5sagit/p5-mst-13.2.git] / ext / NDBM_File / NDBM_File.pm
index 6072e65..47b1f5a 100644 (file)
@@ -28,7 +28,7 @@ NDBM_File - Tied access to ndbm files
 
  use NDBM_File;
 
- tie(%h,NDBM_File,'Op.dbmx', O_RDWR|O_CREAT, 0640);
+ tie(%h, 'NDBM_File', 'Op.dbmx', O_RDWR|O_CREAT, 0640);
 
  untie %h;