r2336 - packages/libimage-librsvg-perl/trunk

Krzysztof Krzyzaniak eloy at costa.debian.org
Mon Mar 13 19:26:44 UTC 2006


Author: eloy
Date: 2006-03-13 19:26:44 +0000 (Mon, 13 Mar 2006)
New Revision: 2336

Modified:
   packages/libimage-librsvg-perl/trunk/Makefile.PL
Log:
eloy: fix


Modified: packages/libimage-librsvg-perl/trunk/Makefile.PL
===================================================================
--- packages/libimage-librsvg-perl/trunk/Makefile.PL	2006-03-13 19:24:22 UTC (rev 2335)
+++ packages/libimage-librsvg-perl/trunk/Makefile.PL	2006-03-13 19:26:44 UTC (rev 2336)
@@ -4,8 +4,6 @@
 
 $config{INC} = ' ' . `pkg-config --cflags librsvg-2.0`;
 $config{LIBS} = ' ' . `pkg-config --libs-only-l librsvg-2.0`;
-$config{PM} = { 'lib/Image/LibRSVG.pm' => '$(INST_LIBDIR)/LibRSVG.pm'
-              };
 
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.




More information about the Pkg-perl-cvs-commits mailing list