Quoting Niko Tyni (2017-06-26 21:50:33)
> 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,
> (
> - '.'
> +
> );
>
> }Oh. Indeed all my fault. Thanks also to Dominic and Gregor for elaborating. I am convinced now that adjusting cdbs is not merely a workaround but the actual fix to this bug. - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private
signature.asc
Description: signature

