1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185
|
Description: Remova all "use blib" occurrences from the test suite
"use blib" hinders using the test suite with autopkgtest for
as-installed testing.
Author: Axel Beckert <abe@debian.org>
Index: libpetal-utils-perl/t/01__import.t
===================================================================
--- libpetal-utils-perl.orig/t/01__import.t 2015-06-07 00:37:11.606084293 +0200
+++ libpetal-utils-perl/t/01__import.t 2015-06-07 00:49:47.185508947 +0200
@@ -4,7 +4,6 @@
## Tests for Petal::Utils->import
##
-use blib;
use strict;
#use warnings;
Index: libpetal-utils-perl/t/02__debug.t
===================================================================
--- libpetal-utils-perl.orig/t/02__debug.t 2015-06-07 00:37:11.606084293 +0200
+++ libpetal-utils-perl/t/02__debug.t 2015-06-07 00:49:47.185508947 +0200
@@ -4,7 +4,6 @@
## Tests for Petal::Utils :debug modifiers
##
-use blib;
use strict;
#use warnings;
Index: libpetal-utils-perl/t/03__text.t
===================================================================
--- libpetal-utils-perl.orig/t/03__text.t 2015-06-07 00:37:11.606084293 +0200
+++ libpetal-utils-perl/t/03__text.t 2015-06-07 00:49:47.185508947 +0200
@@ -4,7 +4,6 @@
## Tests for Petal::Utils :text modifiers
##
-use blib;
use strict;
#use warnings;
Index: libpetal-utils-perl/t/04__logic.t
===================================================================
--- libpetal-utils-perl.orig/t/04__logic.t 2015-06-07 00:37:11.606084293 +0200
+++ libpetal-utils-perl/t/04__logic.t 2015-06-07 00:49:47.185508947 +0200
@@ -4,7 +4,6 @@
## Tests for Petal::Utils :logic modifiers
##
-use blib;
use strict;
#use warnings;
Index: libpetal-utils-perl/t/05__date.t
===================================================================
--- libpetal-utils-perl.orig/t/05__date.t 2015-06-07 00:37:11.606084293 +0200
+++ libpetal-utils-perl/t/05__date.t 2015-06-07 00:49:47.185508947 +0200
@@ -4,7 +4,6 @@
## Tests for Petal::Utils :date modifiers
##
-use blib;
use strict;
#use warnings;
Index: libpetal-utils-perl/t/06__list.t
===================================================================
--- libpetal-utils-perl.orig/t/06__list.t 2015-06-07 00:37:11.606084293 +0200
+++ libpetal-utils-perl/t/06__list.t 2015-06-07 00:49:47.185508947 +0200
@@ -4,7 +4,6 @@
## Tests for Petal::Utils :list modifiers
##
-use blib;
use strict;
#use warnings;
Index: libpetal-utils-perl/t/07__hash.t
===================================================================
--- libpetal-utils-perl.orig/t/07__hash.t 2015-06-07 00:37:11.606084293 +0200
+++ libpetal-utils-perl/t/07__hash.t 2015-06-07 00:49:47.185508947 +0200
@@ -4,7 +4,6 @@
## Tests for Petal::Utils :hash modifiers
##
-use blib;
use strict;
#use warnings;
Index: libpetal-utils-perl/t/08__uri.t
===================================================================
--- libpetal-utils-perl.orig/t/08__uri.t 2015-06-07 00:37:11.606084293 +0200
+++ libpetal-utils-perl/t/08__uri.t 2015-06-07 00:49:47.185508947 +0200
@@ -4,7 +4,6 @@
## Tests for Petal::Utils :uri modifiers
##
-use blib;
use strict;
#use warnings;
Index: libpetal-utils-perl/t/20__Base.t
===================================================================
--- libpetal-utils-perl.orig/t/20__Base.t 2015-06-07 00:37:11.606084293 +0200
+++ libpetal-utils-perl/t/20__Base.t 2015-06-07 00:49:47.185508947 +0200
@@ -4,7 +4,6 @@
## Tests for Petal::Utils::Base module
##
-use blib;
use strict;
use Test::More qw(no_plan);
Index: libpetal-utils-perl/t/21__Limit.t
===================================================================
--- libpetal-utils-perl.orig/t/21__Limit.t 2015-06-07 00:37:11.606084293 +0200
+++ libpetal-utils-perl/t/21__Limit.t 2015-06-07 00:49:47.185508947 +0200
@@ -4,7 +4,6 @@
## Tests for Petal::Utils::Limit module
##
-use blib;
use strict;
use Test::More qw(no_plan);
Index: libpetal-utils-perl/t/22__Limitr.t
===================================================================
--- libpetal-utils-perl.orig/t/22__Limitr.t 2015-06-07 00:37:11.606084293 +0200
+++ libpetal-utils-perl/t/22__Limitr.t 2015-06-07 00:49:47.185508947 +0200
@@ -4,7 +4,6 @@
## Tests for Petal::Utils::Limitr module
##
-use blib;
use strict;
use Test::More qw(no_plan);
Index: libpetal-utils-perl/t/23__Create_Href.t
===================================================================
--- libpetal-utils-perl.orig/t/23__Create_Href.t 2015-06-07 00:37:11.606084293 +0200
+++ libpetal-utils-perl/t/23__Create_Href.t 2015-06-07 00:49:47.185508947 +0200
@@ -4,7 +4,6 @@
## Tests for Petal::Utils::CreateHref module
##
-use blib;
use strict;
use Test::More qw(no_plan);
Index: libpetal-utils-perl/t/24__Substr.t
===================================================================
--- libpetal-utils-perl.orig/t/24__Substr.t 2015-06-07 00:37:11.606084293 +0200
+++ libpetal-utils-perl/t/24__Substr.t 2015-06-07 00:49:47.185508947 +0200
@@ -4,7 +4,6 @@
## Tests for Petal::Utils::Substr module
##
-use blib;
use strict;
use Test::More qw(no_plan);
Index: libpetal-utils-perl/t/25__Decode.t
===================================================================
--- libpetal-utils-perl.orig/t/25__Decode.t 2015-06-07 00:37:11.606084293 +0200
+++ libpetal-utils-perl/t/25__Decode.t 2015-06-07 00:49:47.185508947 +0200
@@ -4,7 +4,6 @@
## Tests for Petal::Utils::Decode module
##
-use blib;
use strict;
use Test::More qw(no_plan);
Index: libpetal-utils-perl/t/26__Printf.t
===================================================================
--- libpetal-utils-perl.orig/t/26__Printf.t 2015-06-07 00:37:11.606084293 +0200
+++ libpetal-utils-perl/t/26__Printf.t 2015-06-07 00:49:47.185508947 +0200
@@ -4,7 +4,6 @@
## Tests for Petal::Utils::Printf module
##
-use blib;
use strict;
use Test::More qw(no_plan);
|