summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Parser/files/patch-Makefile.PL
blob: 94fb1e7dfb65baccc8c60d794aedd4a7133a8573 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.PL.orig	Fri Aug 11 01:41:59 2000
+++ Makefile.PL	Thu Sep 12 21:17:34 2002
@@ -4,6 +4,8 @@
 # you can redistribute it and/or modify it under the same terms
 # as Perl itself.
 
+use Config;
+use lib $Config{installsitelib};
 BEGIN {
     require 5.005;
     eval { require File::Spec };