Bug#717025: dh-make-perl: Incorrectly determines package name with q style quotes

2013-07-16 Thread Dean Hamstead
Package: dh-make-perl Version: 0.76-1 Severity: important Dear Maintainer, * What led up to the situation? Attempting to build a package with this type of thing in the Build.PL file my $build = Module::Build-new( module_name= q|Example|, ... ); * What exactly did you do

Bug#717025: dh-make-perl: Incorrectly determines package name with q style quotes

2013-07-16 Thread gregor herrmann
On Tue, 16 Jul 2013 16:23:08 +1000, Dean Hamstead wrote: Attempting to build a package with this type of thing in the Build.PL file And no META.{json,yml} file, I presume, which should be preferred if it exists, IIRC. my $build = Module::Build-new( module_name= q|Example|, ...

Bug#717025: dh-make-perl: Incorrectly determines package name with q style quotes

2013-07-16 Thread Dean Hamstead
On 2013-07-16 16:36, gregor herrmann wrote: On Tue, 16 Jul 2013 16:23:08 +1000, Dean Hamstead wrote: Attempting to build a package with this type of thing in the Build.PL file And no META.{json,yml} file, I presume, which should be preferred if it exists, IIRC. Thats correct. my $build

Bug#717025: dh-make-perl: Incorrectly determines package name with q style quotes

2013-07-16 Thread gregor herrmann
On Tue, 16 Jul 2013 16:48:12 +1000, Dean Hamstead wrote: Attempting to build a package with this type of thing in the Build.PL file And no META.{json,yml} file, I presume, which should be preferred if it exists, IIRC. Thats correct. Ok. my $build = Module::Build-new( module_name