Files
perl-Catalyst-Action-Render…/perl-Catalyst-Action-RenderView-use_lib.patch

25 lines
706 B
Diff

Index: Catalyst-Action-RenderView-0.16/Makefile.PL
===================================================================
--- Catalyst-Action-RenderView-0.16.orig/Makefile.PL
+++ Catalyst-Action-RenderView-0.16/Makefile.PL
@@ -1,5 +1,6 @@
use strict;
use warnings;
+use lib '__vendorperl__';
use inc::Module::Install 0.91;
if ( $Module::Install::AUTHOR ) {
Index: Catalyst-Action-RenderView-0.16/t/04live.t
===================================================================
--- Catalyst-Action-RenderView-0.16.orig/t/04live.t
+++ Catalyst-Action-RenderView-0.16/t/04live.t
@@ -3,6 +3,8 @@
use strict;
use warnings;
+use lib '__vendorperl__';
+
use FindBin;
use lib "$FindBin::Bin/lib";