At a guess I think you might be missing a dependency for <span style="font-family:arial,sans-serif;font-size:13px">Plack::Handler::Starlet</span><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px">Personally, I like to use <a href="http://search.cpan.org/dist/App-cpanminus/lib/App/cpanminus.pm">CPANMINUS</a> as it will install dependencies for the Perl Module you want.</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Start CPAN and run;</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br>
</span></div><div><span style="font-family:arial,sans-serif;font-size:13px">install App::cpanminus</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Once that completes exit CPAN to return to your shell prompt.</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px">From the shell prompt run;</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">cpanm </span><span style="font-family:arial,sans-serif;font-size:13px">Plack::Handler::Starlet</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><font face="arial, sans-serif">It should then run through all dependencies and install what's needed.</font></div><div><span style="font-family:arial,sans-serif">Hopefully that will solve your issue.</span><br>
</div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Rory</font></div><div><font face="arial, sans-serif"><br></font></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On 30 November 2012 11:36, Juanjo <span dir="ltr"><<a href="mailto:juanjillo@gmail.com" target="_blank">juanjillo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Selinux is disabled and iptables are disabled too.<br><br>Sorry, but i don´t know how use this information:<div class="im"><br><br>      If there's nothing useful, you may want to diag() out the $port in<br>
      that test and pause the test and make sure the test server is actually<br>
      starting.<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2012/11/29 Kevin Falcone <span dir="ltr"><<a href="mailto:falcone@bestpractical.com" target="_blank">falcone@bestpractical.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div>On Wed, Nov 28, 2012 at 11:53:12PM +0100, Juanjo wrote:<br>
>    IF i make the make test:<br>
</div><div><div>>    t/05server-header.t ..<br>
>    not ok 1<br>
>    not ok 2<br>
>    ok 3<br>
><br>
>    # Failed test at t/05server-header.t line 14.<br>
>    Use of uninitialized value $this in pattern match (m//) at t/05server-header.t line 15.<br>
><br>
>    # Failed test at t/05server-header.t line 15.<br>
>    # undef<br>
>    # doesn't match '(?-xism:Starlet)'<br>
>    Use of uninitialized value $this in pattern match (m//) at t/05server-header.t line 16.<br>
>    not ok 4<br>
><br>
>    # Failed test at t/05server-header.t line 19.<br>
>    Use of uninitialized value $this in pattern match (m//) at t/05server-header.t line 20.<br>
>    ok 5<br>
>    Use of uninitialized value $this in pattern match (m//) at t/05server-header.t line 21.<br>
>    not ok 6<br>
><br>
>    # Failed test at t/05server-header.t line 21.<br>
>    # undef<br>
>    # doesn't match '(?-xism:Hello)'<br>
>    [Test::TCP] Child process does not block(PID: 32489, PPID: 32488) at<br>
>    /usr/local/share/perl5/Test/TCP.pm line 121.<br>
>    1..6<br>
>    # Looks like you failed 4 tests of 6.<br>
>    Dubious, test returned 4 (wstat 1024, 0x400)<br>
>    Failed 4/6 subtests<br>
>    t/06remote_port.t ....<br>
>    not ok 1<br>
<br>
</div></div>That implies that nothing is binding to the test port, possibly a<br>
restriction of your system (selinux? firewall?).<br>
<div><br>
>      If there's nothing useful, you may want to diag() out the $port in<br>
>      that test and pause the test and make sure the test server is actually<br>
>      starting.<br>
<br>
</div>You'll need to look at using this method to go deeper.<br>
<span><font color="#888888"><br>
-kevin<br>
</font></span><br></div></div><div class="im">--------<br>
We're hiring! <a href="http://bestpractical.com/jobs" target="_blank">http://bestpractical.com/jobs</a><br>
<br></div></blockquote></div><div class="im"><br><br clear="all"><br>-- <br>Un saludo.<br>Juanjo Corral<br>
</div></div>
<br>--------<br>
We're hiring! <a href="http://bestpractical.com/jobs" target="_blank">http://bestpractical.com/jobs</a><br>
<br></blockquote></div><br></div>