fix fs.t for VMS
[p5sagit/p5-mst-13.2.git] / ext / ODBM_File / ODBM_File.pm
index 4244eb9..c7b61d8 100644 (file)
@@ -1,6 +1,7 @@
 package ODBM_File;
 
 use strict;
+use warnings;
 
 require Tie::Hash;
 use XSLoader ();
@@ -27,11 +28,11 @@ ODBM_File - Tied access to odbm files
   $h{newkey} = newvalue;
   print $h{oldkey}; 
   ...
+
   untie %h;
+
 =head1 DESCRIPTION
+
 C<ODBM_File> establishes a connection between a Perl hash variable and
 a file in ODBM_File format;.  You can manipulate the data in the file
 just as if it were in a Perl hash, but when your program exits, the