diff options
author | Daniel Dragan <bulk88@hotmail.com> | 2013-06-28 20:53:12 -0400 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2013-07-02 14:42:48 +1000 |
commit | 4fb2ab388c4920158d2d2168b7bc5298e0cd2773 (patch) | |
tree | 3ef10b1ed9bbe37d3d4cb3725383de657277b26d | |
parent | 2ed0bf6bc8788e94a3c945ee58ffea3572051f90 (diff) | |
download | perl-4fb2ab388c4920158d2d2168b7bc5298e0cd2773.tar.gz |
#118675 fix 4 porting/pod_rules.t uses different perl than compiled one
See rt ticket #118675 for background on this patch.
-rw-r--r-- | t/porting/pod_rules.t | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/t/porting/pod_rules.t b/t/porting/pod_rules.t index ee53667b3e..cdf2ae67e9 100644 --- a/t/porting/pod_rules.t +++ b/t/porting/pod_rules.t @@ -10,6 +10,8 @@ require 't/test.pl'; my $result = runperl(switches => ['-f', '-Ilib'], progfile => 'Porting/pod_rules.pl', - args => ['--tap']); + args => ['--tap'], + nolib => 1, + ); print $result; |