From ba47ec9da08b5e716a167fd61325b8edfcb66dd6 Mon Sep 17 00:00:00 2001 From: millert Date: Sun, 30 Nov 1997 07:45:47 +0000 Subject: perl 5.004_04 --- gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm') diff --git a/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm b/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm index 3f1d83e0049..9c7ae066b79 100644 --- a/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm +++ b/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm @@ -7,7 +7,7 @@ GDBM_File - Perl5 access to the gdbm library. =head1 SYNOPSIS use GDBM_File ; - tie %hash, GDBM_File, $filename, &GDBM_WRCREAT, 0640); + tie %hash, 'GDBM_File', $filename, &GDBM_WRCREAT, 0640); # Use the %hash array. untie %hash ; -- cgit v1.2.3-59-g8ed1b