<br><br><div class="gmail_quote">On Thu, Aug 12, 2010 at 4:33 AM, Cyril Brulebois <span dir="ltr">&lt;<a href="mailto:kibi@debian.org">kibi@debian.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I&#39;m hitting that one:<br>
| $ perl Makefile.PL<br>
| include /home/kibi/hack/sd.git/inc/Module/Install.pm<br>
| Bareword &quot;extra_tests&quot; not allowed while &quot;strict subs&quot; in use at Makefile.PL line 77.<br>
| Execution of Makefile.PL aborted due to compilation errors.<br>
<br>
either with master or 0.74. Strangely, the debian source package (0.74<br>
as well) builds fine. Could it be there&#39;s some missing bootstrap phase<br>
on my side when I&#39;m trying to build from the git repository?<br>
<br></blockquote><div><br></div><div>Hi</div><div><br></div><div>You need to install Module::Install::ExtraTests [1]. This module provides the extra_tests function for the Makefile.</div><div><br></div><div>[1] <a href="http://search.cpan.org/perldoc?Module::Install::ExtraTests">http://search.cpan.org/perldoc?Module::Install::ExtraTests</a></div>
</div><br>