head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2007.03.29.07.17.42; author rse; state Exp; branches; next ; commitid 5DBGisW7q1bIeXbs; desc @@ 1.1 log @fix Perl binding installation and add optional C++ bindings support @ text @--- ./perl/depot/Makefile.PL.orig 2007-03-28 19:23:05.000000000 +0200 +++ ./perl/depot/Makefile.PL 2007-03-28 19:39:42.000000000 +0200 @@@@ -10,8 +10,10 @@@@ WriteMakefile( 'NAME' => 'Depot', 'VERSION_FROM' => 'Depot.pm', + EXE_FILES => ['pldptest'], ); # END OF FILE + --- ./perl/curia/Makefile.PL.orig 2007-03-28 19:23:09.000000000 +0200 +++ ./perl/curia/Makefile.PL 2007-03-28 19:38:55.000000000 +0200 @@@@ -10,8 +10,10 @@@@ WriteMakefile( 'NAME' => 'Curia', 'VERSION_FROM' => 'Curia.pm', + EXE_FILES => ['plcrtest'], ); # END OF FILE + --- ./perl/villa/Makefile.PL.orig 2007-03-28 19:23:13.000000000 +0200 +++ ./perl/villa/Makefile.PL 2007-03-28 19:40:07.000000000 +0200 @@@@ -10,8 +10,10 @@@@ WriteMakefile( 'NAME' => 'Villa', 'VERSION_FROM' => 'Villa.pm', + EXE_FILES => ['plvltest'], ); # END OF FILE + @