Index: App-Cmd-0.311/Makefile.PL =================================================================== --- App-Cmd-0.311.orig/Makefile.PL +++ App-Cmd-0.311/Makefile.PL @@ -1,7 +1,7 @@ use strict; use warnings; - +use lib '__vendorperl__'; BEGIN { require 5.006; } use ExtUtils::MakeMaker 6.31; Index: App-Cmd-0.311/t/setup-broken.t =================================================================== --- App-Cmd-0.311.orig/t/setup-broken.t +++ App-Cmd-0.311/t/setup-broken.t @@ -1,6 +1,6 @@ use strict; use warnings; - +use lib '__vendorperl__'; use Test::More 0.88; use Test::Fatal;