diff --git a/ext/GDBM_File/GDBM_File.pm b/ext/GDBM_File/GDBM_File.pm index 2712c84f1a79..e4bb42dd7e3b 100644 --- a/ext/GDBM_File/GDBM_File.pm +++ b/ext/GDBM_File/GDBM_File.pm @@ -108,8 +108,8 @@ below for more information. The I<$mode> parameter is the file mode for creating new database file. Use an octal constant or a combination of C constants -from the B module (see L). This parameter is used -if I<$flags> is B or B. +from the B module. This parameter is used if I<$flags> is +B or B. On success, B returns an object of class B. On failure, it returns B. It is recommended to always check the return value,