summaryrefslogtreecommitdiff
path: root/cpan/DB_File
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2020-10-14 08:23:21 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2020-10-14 08:23:21 +0100
commit8a091efc58aa74a3e83a53841bc8806d5b5f6a88 (patch)
tree97999f8f79a2d13d383613574e1eb7e60e17c5e0 /cpan/DB_File
parent45b610f28a0562ffb8272a1abea0e5f70c3a74d1 (diff)
downloadperl-8a091efc58aa74a3e83a53841bc8806d5b5f6a88.tar.gz
Update DB_File from version 1.854 to 1.855
Diffstat (limited to 'cpan/DB_File')
-rw-r--r--cpan/DB_File/DB_File.pm2
-rw-r--r--cpan/DB_File/DB_File_BS7
2 files changed, 1 insertions, 8 deletions
diff --git a/cpan/DB_File/DB_File.pm b/cpan/DB_File/DB_File.pm
index e5e0d866f4..20a45e8d74 100644
--- a/cpan/DB_File/DB_File.pm
+++ b/cpan/DB_File/DB_File.pm
@@ -165,7 +165,7 @@ use Carp;
# Module not thread safe, so don't clone
sub CLONE_SKIP { 1 }
-$VERSION = "1.854" ;
+$VERSION = "1.855" ;
$VERSION = eval $VERSION; # needed for dev releases
{
diff --git a/cpan/DB_File/DB_File_BS b/cpan/DB_File/DB_File_BS
deleted file mode 100644
index 5d870684cf..0000000000
--- a/cpan/DB_File/DB_File_BS
+++ /dev/null
@@ -1,7 +0,0 @@
-# NeXT needs /usr/lib/libposix.a to load along with DB_File.so
-no strict 'vars';
-if ( $dlsrc eq "dl_next.xs" ) {
- @DynaLoader::dl_resolve_using = ( '/usr/lib/libposix.a' );
-}
-
-1;