Index: perl5-1.0.tcl
===================================================================
--- perl5-1.0.tcl	(révision 29085)
+++ perl5-1.0.tcl	(copie de travail)
@@ -129,3 +131,16 @@
 	destroot.destdir	destdir=${destroot}
 }
 
+# Some perl modules are bundled in perl5 itself, these need to be overwritten when installed
+proc perl5.install_in_privlib_dir {} {
+	global perl5.lib
+
+	set perl5.lib			${prefix}/lib/perl5/${perl5.version}
+
+	configure.args-delete	INSTALLDIRS=vendor
+
+	post-install {
+		ui_msg "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port"
+	}
+}
+

