git-svn-id: http://svn.ali.as/cpan/trunk/DBM-Deep@3563
88f4d9cd-8a04-0410-9d60-8f63309c3137
plan skip_all => "Skipping the upgrade_db.pl tests on *bsd for now."
if ( $^O =~ /bsd/i );
-
my @failures;
eval { use Pod::Usage 1.3; }; push @failures, 'Pod::Usage' if $@;
eval { use IO::Scalar; }; push @failures, 'IO::Scalar' if $@;
+ eval { use FileHandle::Fmode; }; push @failures, 'FileHandle::Fmode' if $@;
if ( @failures ) {
my $missing = join ',', @failures;
plan skip_all => "'$missing' must be installed to run these tests";