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";