From 71d3545d290bc9ff8edc615a4171967e330997c6 Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Thu, 25 Aug 2016 11:28:59 -0400 Subject: [PATCH] Perhaps bumping DBI will help Travis --- Makefile.PL | 2 +- t/10-filedata.t | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index ba1a7a8..adf49a6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,7 +17,7 @@ WriteMakefile( 'Test::Most' => 0, }, PREREQ_PM => { - 'DBI' => 0, + 'DBI' => 1.636, 'XML::Twig' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, diff --git a/t/10-filedata.t b/t/10-filedata.t index 2ea714d..b2cf00d 100755 --- a/t/10-filedata.t +++ b/t/10-filedata.t @@ -8,9 +8,10 @@ use Test::Most; eval 'use autodie qw(:all)'; # Test for open/close failures use FindBin qw($Bin); -if($ENV{'TRAVIS_TESTING'}) { - plan skip_all => 'FIXME: this test fails on Travis'; -} else { +#if($ENV{'TRAVIS_TESTING'}) { + #plan skip_all => 'FIXME: this test fails on Travis'; +#} else { +FILEDATA: { plan tests => 4; use_ok('DBI'); diag("Ignore warnings about unregistered driver and drv_prefix for now");