--Gisle
Index: Makefile.PL
--- Makefile.PL.~1~ Mon Jul 28 13:53:45 2008
+++ Makefile.PL Mon Jul 28 13:53:45 2008
@@ -1613,6 +1613,13 @@
use Config;
+ sub libscan {
+ my($self, $path) = @_;
+ return '' if $path =~ m/\.pl$/;
+ $path;
+ }
+
+
sub post_initialize {
my $self = shift;
End of Patch.
