|
|
|
@ -1,18 +1,15 @@
|
|
|
|
|
From 1944bbf4f29181690097e61f1410d30d43343b02 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
|
|
|
|
Date: Thu, 29 Mar 2018 10:40:17 +0200
|
|
|
|
|
From 7b0ab0afac68a6540e1023419d66423f24f6134a Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: Jitka Plesnikova <jplesnik@redhat.com>
|
|
|
|
|
Date: Mon, 3 Dec 2018 15:36:25 +0100
|
|
|
|
|
Subject: [PATCH] Unbundle Test::NoWarnings
|
|
|
|
|
MIME-Version: 1.0
|
|
|
|
|
Content-Type: text/plain; charset=UTF-8
|
|
|
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
|
|
|
|
---
|
|
|
|
|
Makefile.PL | 6 ++----
|
|
|
|
|
t/virtual_table/11_filecontent_fulltext.t | 7 ++-----
|
|
|
|
|
2 files changed, 5 insertions(+), 10 deletions(-)
|
|
|
|
|
|
|
|
|
|
diff --git a/Makefile.PL b/Makefile.PL
|
|
|
|
|
index fcdf771..3860eda 100644
|
|
|
|
|
index 1175783..f523987 100644
|
|
|
|
|
--- a/Makefile.PL
|
|
|
|
|
+++ b/Makefile.PL
|
|
|
|
|
@@ -330,8 +330,7 @@ WriteMakefile(
|
|
|
|
@ -36,7 +33,7 @@ index fcdf771..3860eda 100644
|
|
|
|
|
requires => {
|
|
|
|
|
'Tie::Hash' => 0,
|
|
|
|
|
diff --git a/t/virtual_table/11_filecontent_fulltext.t b/t/virtual_table/11_filecontent_fulltext.t
|
|
|
|
|
index b95b115..7e805f1 100644
|
|
|
|
|
index 0a0304f..a49fd35 100644
|
|
|
|
|
--- a/t/virtual_table/11_filecontent_fulltext.t
|
|
|
|
|
+++ b/t/virtual_table/11_filecontent_fulltext.t
|
|
|
|
|
@@ -27,9 +27,7 @@ my @tests = (
|
|
|
|
@ -48,18 +45,18 @@ index b95b115..7e805f1 100644
|
|
|
|
|
- lib/DBD/SQLite.pm
|
|
|
|
|
+ ['"use strict"' => qw[lib/DBD/SQLite.pm
|
|
|
|
|
lib/DBD/SQLite/Constants.pm
|
|
|
|
|
lib/DBD/SQLite/GetInfo.pm
|
|
|
|
|
lib/DBD/SQLite/VirtualTable.pm
|
|
|
|
|
lib/DBD/SQLite/VirtualTable/FileContent.pm
|
|
|
|
|
@@ -42,8 +40,7 @@ my @tests = (
|
|
|
|
|
@@ -43,8 +41,7 @@ my @tests = (
|
|
|
|
|
# literally.
|
|
|
|
|
if (grep /ENABLE_FTS3_PARENTHESIS/, DBD::SQLite::compile_options()) {
|
|
|
|
|
push @tests, (
|
|
|
|
|
- ['"use strict" AND "use warnings"' => qw[inc/Test/NoWarnings.pm
|
|
|
|
|
- lib/DBD/SQLite/Constants.pm
|
|
|
|
|
+ ['"use strict" AND "use warnings"' => qw[lib/DBD/SQLite/Constants.pm
|
|
|
|
|
lib/DBD/SQLite/GetInfo.pm
|
|
|
|
|
lib/DBD/SQLite/VirtualTable.pm
|
|
|
|
|
lib/DBD/SQLite/VirtualTable/FileContent.pm
|
|
|
|
|
lib/DBD/SQLite/VirtualTable/PerlData.pm
|
|
|
|
|
--
|
|
|
|
|
2.14.3
|
|
|
|
|
2.17.2
|
|
|
|
|
|