Blame SOURCES/DBD-SQLite-1.64-Unbundle-Test-FailWarnings.patch

bcaf3b
From 7b0ab0afac68a6540e1023419d66423f24f6134a Mon Sep 17 00:00:00 2001
bcaf3b
From: Jitka Plesnikova <jplesnik@redhat.com>
bcaf3b
Date: Mon, 3 Dec 2018 15:36:25 +0100
bcaf3b
Subject: [PATCH] Unbundle Test::FailWarnings
bcaf3b
bcaf3b
---
bcaf3b
 Makefile.PL                               | 6 ++----
bcaf3b
 t/virtual_table/11_filecontent_fulltext.t | 7 ++-----
bcaf3b
 2 files changed, 5 insertions(+), 10 deletions(-)
bcaf3b
bcaf3b
diff --git a/Makefile.PL b/Makefile.PL
bcaf3b
index 1175783..f523987 100644
bcaf3b
--- a/Makefile.PL
bcaf3b
+++ b/Makefile.PL
bcaf3b
@@ -367,6 +367,7 @@ WriteMakefile(
bcaf3b
 			build_requires => {
bcaf3b
 				'File::Spec'          => (WINLIKE ? '3.27' : '0.82'),
bcaf3b
 				'Test::More'          => '0.88',
bcaf3b
+				'Test::FailWarnings'  => '0.008',
bcaf3b
 			},
bcaf3b
 			requires => {
bcaf3b
 				'Tie::Hash' => 0,
bcaf3b
diff --git a/t/virtual_table/11_filecontent_fulltext.t b/t/virtual_table/11_filecontent_fulltext.t
bcaf3b
index 0a0304f..a49fd35 100644
bcaf3b
--- a/t/virtual_table/11_filecontent_fulltext.t
bcaf3b
+++ b/t/virtual_table/11_filecontent_fulltext.t
bcaf3b
@@ -21,8 +21,7 @@ my @tests = (
bcaf3b
                           lib/DBD/SQLite/VirtualTable/FileContent.pm
bcaf3b
                           lib/DBD/SQLite/VirtualTable/PerlData.pm]],
bcaf3b
   ["install_method" => qw[lib/DBD/SQLite.pm]],
bcaf3b
-  ['"use strict"'   => qw[inc/Test/FailWarnings.pm
bcaf3b
-                          lib/DBD/SQLite.pm
bcaf3b
+  ['"use strict"'   => qw[lib/DBD/SQLite.pm
bcaf3b
                           lib/DBD/SQLite/Constants.pm
bcaf3b
                           lib/DBD/SQLite/GetInfo.pm
bcaf3b
                           lib/DBD/SQLite/VirtualTable.pm
bcaf3b
@@ -36,8 +35,7 @@ my @tests = (
bcaf3b
 # literally.
bcaf3b
 if (has_compile_option('ENABLE_FTS3_PARENTHESIS')) {
bcaf3b
   push @tests, (
bcaf3b
-  ['"use strict" AND "use warnings"' => qw[inc/Test/FailWarnings.pm
bcaf3b
-                                           lib/DBD/SQLite/Constants.pm
bcaf3b
+  ['"use strict" AND "use warnings"' => qw[lib/DBD/SQLite/Constants.pm
bcaf3b
                                            lib/DBD/SQLite/GetInfo.pm
bcaf3b
                                            lib/DBD/SQLite/VirtualTable.pm
bcaf3b
                                            lib/DBD/SQLite/VirtualTable/FileContent.pm
bcaf3b
-- 
bcaf3b
2.17.2
bcaf3b