[Xfce4-commits] r26648 - xfce4-perl/trunk

Brian Tarricone kelnos at xfce.org
Wed Feb 27 20:54:09 CET 2008


Author: kelnos
Date: 2008-02-27 19:54:09 +0000 (Wed, 27 Feb 2008)
New Revision: 26648

Modified:
   xfce4-perl/trunk/Makefile.PL
Log:
explicitly set PM for MakeMaker; not sure if this is always needed, but...


Modified: xfce4-perl/trunk/Makefile.PL
===================================================================
--- xfce4-perl/trunk/Makefile.PL	2008-02-27 19:41:54 UTC (rev 26647)
+++ xfce4-perl/trunk/Makefile.PL	2008-02-27 19:54:09 UTC (rev 26648)
@@ -106,6 +106,7 @@
     PREREQ_PM => \%PREREQ_PM,
     XSPROTOARG => '-noprototypes',
     MAN3PODS => \%pod_files,
+    PM => \%pm_files,
 #    FUNCLIST => \@exports,
     DL_FUNCS => { Xfce4 => [] },
     $xfce4->get_makefile_vars,



More information about the Xfce4-commits mailing list