* created by cpanspec 1.78.03 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Plugin-Cache?expand=0&rev=1
40 lines
1.1 KiB
Diff
40 lines
1.1 KiB
Diff
Index: Catalyst-Plugin-Cache-0.10/t/config_backend_class.t
|
|
===================================================================
|
|
--- Catalyst-Plugin-Cache-0.10.orig/t/config_backend_class.t
|
|
+++ Catalyst-Plugin-Cache-0.10/t/config_backend_class.t
|
|
@@ -2,7 +2,7 @@
|
|
|
|
use strict;
|
|
use warnings;
|
|
-
|
|
+use lib '__vendorperl__';
|
|
use Test::More;
|
|
|
|
use_ok "Catalyst::Plugin::Cache";
|
|
Index: Catalyst-Plugin-Cache-0.10/t/currying_conf.t
|
|
===================================================================
|
|
--- Catalyst-Plugin-Cache-0.10.orig/t/currying_conf.t
|
|
+++ Catalyst-Plugin-Cache-0.10/t/currying_conf.t
|
|
@@ -2,7 +2,7 @@
|
|
|
|
use strict;
|
|
use warnings;
|
|
-
|
|
+use lib '__vendorperl__';
|
|
use Test::More;
|
|
use Test::Deep qw/superhashof cmp_deeply/;
|
|
|
|
Index: Catalyst-Plugin-Cache-0.10/t/key_regexes.t
|
|
===================================================================
|
|
--- Catalyst-Plugin-Cache-0.10.orig/t/key_regexes.t
|
|
+++ Catalyst-Plugin-Cache-0.10/t/key_regexes.t
|
|
@@ -2,7 +2,7 @@
|
|
|
|
use strict;
|
|
use warnings;
|
|
-
|
|
+use lib '__vendorperl__';
|
|
use Test::More;
|
|
|
|
use_ok "Catalyst::Plugin::Cache";
|