Don't require to have at least DB_File or *DBM_File
Rafael Garcia-Suarez [Wed, 4 Jul 2007 08:20:47 +0000 (08:20 +0000)]
p4raw-id: //depot/perl@31528

t/lib/commonsense.t

index 6e31307..27fd302 100644 (file)
@@ -3,10 +3,6 @@
 chdir 't' if -d 't';
 @INC = '../lib';
 require Config; import Config;
-if (($Config{'extensions'} !~ /\b(DB|[A-Z]DBM)_File\b/) ){
-  print "Bail out! Perl configured without DB_File or [A-Z]DBM_File\n";
-  exit 0;
-}
 if (($Config{'extensions'} !~ /\bFcntl\b/) ){
   print "Bail out! Perl configured without Fcntl module\n";
   exit 0;