summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-01-19 04:40:04 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-01-19 04:40:04 +0000
commit165f6120bc62123046b2281a8f26dd679e405685 (patch)
treee667ab058f991655451405d895a2f080aeb25fc2 /ext
parent189b2af51bf236b53a02db0b105a3de423d3fff4 (diff)
parent982fa0b99bd3e50eaadd172e08c0a8e5cc2bdfc6 (diff)
downloadperl-165f6120bc62123046b2281a8f26dd679e405685.tar.gz
[win32] integrate changes in winansi
p4raw-id: //depot/win32/perl@431
Diffstat (limited to 'ext')
-rw-r--r--ext/DB_File/DB_File.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/DB_File/DB_File.pm b/ext/DB_File/DB_File.pm
index d08b21ceab..812464361a 100644
--- a/ext/DB_File/DB_File.pm
+++ b/ext/DB_File/DB_File.pm
@@ -106,7 +106,7 @@ package DB_File::RECNOINFO ;
use strict ;
-@DB_File::RECNOINFO::ISA = qw(DB_File::HASHINFO) ;
+@DB_File::RECNOINFO::ISA = qw(DB_File::HASHINFO) ;
sub TIEHASH
{
@@ -189,7 +189,9 @@ require DynaLoader;
R_SNAPSHOT
__R_UNUSED
-);
+);
+
+*FETCHSIZE = \&length;
sub AUTOLOAD {
my($constname);