You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
897 B
39 lines
897 B
--- ./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 |
|
+
|
|
|