Skip to content

Commit

Permalink
Remove problematic link
Browse files Browse the repository at this point in the history
  • Loading branch information
graygnuorg committed Oct 21, 2021
1 parent b509891 commit f8f3626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/GDBM_File/GDBM_File.pm
Expand Up @@ -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<S_I*> constants
from the B<Fcntl> module (see L<chmod>). This parameter is used
if I<$flags> is B<GDBM_NEWDB> or B<GDBM_WRCREAT>.
from the B<Fcntl> module. This parameter is used if I<$flags> is
B<GDBM_NEWDB> or B<GDBM_WRCREAT>.
On success, B<tie> returns an object of class B<GDBM_File>. On failure,
it returns B<undef>. It is recommended to always check the return value,
Expand Down

0 comments on commit f8f3626

Please sign in to comment.