You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
perl-DBD-SQLite/DBD-SQLite-1.60-Unbundle-Te...

50 lines
2.0 KiB

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