Subject: | [PATCH] Data::Dumper must be installed in 'perl' dir |
The INSTALLDIR directive was removed in 2.121. This causes Data::Dumper
to be installed in site_perl. As such, the older version in the core
dir masks the newer version. That attached patch fixes this.
Subject: | dumper.patch |
--- Data-Dumper-2.122/Makefile.PL.orig 2009-06-10 17:55:44.780333700 -0400
+++ Data-Dumper-2.122/Makefile.PL 2009-06-10 17:55:27.246278700 -0400
@@ -10,4 +10,5 @@
},
MAN3PODS => {},
DEFINE => '-DUSE_PPPORT_H',
+ INSTALLDIRS => 'perl',
);