From e2e5c5d36e4398ba94879f0a31b0307421edcfdb Mon Sep 17 00:00:00 2001 From: millert Date: Thu, 6 Apr 2000 17:03:22 +0000 Subject: perl-5.6.0 + local changes --- gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.pm | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.pm') diff --git a/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.pm b/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.pm index a2d4df85587..c5e26c8e04d 100644 --- a/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.pm +++ b/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.pm @@ -1,16 +1,14 @@ package SDBM_File; use strict; -use vars qw($VERSION @ISA); require Tie::Hash; -require DynaLoader; +use XSLoader (); -@ISA = qw(Tie::Hash DynaLoader); +our @ISA = qw(Tie::Hash); +our $VERSION = "1.02" ; -$VERSION = "1.00" ; - -bootstrap SDBM_File $VERSION; +XSLoader::load 'SDBM_File', $VERSION; 1; @@ -30,6 +28,6 @@ SDBM_File - Tied access to sdbm files =head1 DESCRIPTION -See L +See L, L =cut -- cgit v1.2.3-59-g8ed1b