Files
perl-Catalyst-Plugin-Authen…/perl-Catalyst-Plugin-Authentication-use_lib.patch

57 lines
1.9 KiB
Diff

Index: Catalyst-Plugin-Authentication-0.10017/t/06_user.t
===================================================================
--- Catalyst-Plugin-Authentication-0.10017.orig/t/06_user.t
+++ Catalyst-Plugin-Authentication-0.10017/t/06_user.t
@@ -1,6 +1,6 @@
use strict;
use warnings;
-
+use lib '__vendorperl__';
use Test::More;
use Test::Exception;
Index: Catalyst-Plugin-Authentication-0.10017/t/live_app_realms_progressive.t
===================================================================
--- Catalyst-Plugin-Authentication-0.10017.orig/t/live_app_realms_progressive.t
+++ Catalyst-Plugin-Authentication-0.10017/t/live_app_realms_progressive.t
@@ -1,6 +1,6 @@
use strict;
use warnings;
-
+use lib '__vendorperl__';
use Test::More;
use lib 't/lib';
Index: Catalyst-Plugin-Authentication-0.10017/t/live_app_remote1.t
===================================================================
--- Catalyst-Plugin-Authentication-0.10017.orig/t/live_app_remote1.t
+++ Catalyst-Plugin-Authentication-0.10017/t/live_app_remote1.t
@@ -1,5 +1,6 @@
use strict;
use warnings;
+use lib '__vendorperl__';
use Test::More;
use lib 't/lib';
Index: Catalyst-Plugin-Authentication-0.10017/t/live_app_remote2.t
===================================================================
--- Catalyst-Plugin-Authentication-0.10017.orig/t/live_app_remote2.t
+++ Catalyst-Plugin-Authentication-0.10017/t/live_app_remote2.t
@@ -1,5 +1,6 @@
use strict;
use warnings;
+use lib '__vendorperl__';
use Test::More;
use lib 't/lib';
Index: Catalyst-Plugin-Authentication-0.10017/Makefile.PL
===================================================================
--- Catalyst-Plugin-Authentication-0.10017.orig/Makefile.PL
+++ Catalyst-Plugin-Authentication-0.10017/Makefile.PL
@@ -1,4 +1,5 @@
use inc::Module::Install 0.87;
+use lib '__vendorperl__';
if ( $Module::Install::AUTHOR ) {
system( 'pod2text lib/Catalyst/Plugin/Authentication.pm > README' )