On Mon, Jun 26, 2017 at 08:36:41PM +0200, gregor herrmann wrote: > Hm. Is there a difference between: > perl -I. Build.PL # debhelper > perl Build.PL -I. # cdbs
Yes, there seems to be.
The essential part of the diff of the generated Build files
from debhelper style to cdbs style is:
@@ -31,7 +31,7 @@ BEGIN {
}
unshift @INC,
(
- '.'
+
);
}
--
Niko Tyni [email protected]

