<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello<br>
I try to install Dancer::Session::Cookie <br>
(Centos 6.4, Dancer 1.3116, perl v5.10.1 )<br>
and I've got a error<br>
<br>
<br>
<tt>cpanm Dancer::Session::Cookie</tt><tt><br>
</tt><tt>--> Working on Dancer::Session::Cookie</tt><tt><br>
</tt><tt>Fetching
<a class="moz-txt-link-freetext" href="http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Dancer-Session-Cookie-0.22.tar.gz">http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Dancer-Session-Cookie-0.22.tar.gz</a>
... OK</tt><tt><br>
</tt><tt>Configuring Dancer-Session-Cookie-0.22 ... OK</tt><tt><br>
</tt><tt>Building and testing Dancer-Session-Cookie-0.22 ... FAIL</tt><br>
<br>
if I see end of /root/.cpanm/build.log, there a error with
autoflush method from FileHandle<br>
<br>
cpanm FileHandle<br>
FileHandle is up to date. (2.02)<br>
<br>
someone has a idea ?<br>
<br>
<br>
<tt><br>
</tt><tt>t/00-report-prereqs.t ........ ok</tt><tt><br>
</tt><tt>t/01-session.t ............... ok</tt><tt><br>
</tt><tt><font color="#cc0000">Can't locate object method
"autoflush" via package "FileHandle" at
/usr/local/share/perl5/Dancer/Logger/File.pm line 59.</font></tt><tt><br>
</tt><tt># Looks like you planned 3 tests but ran 2.</tt><tt><br>
</tt><tt># Looks like your test exited with 25 just after 2.</tt><tt><br>
</tt><tt>t/02-configfile.t ............</tt><tt><br>
</tt><tt>Dubious, test returned 25 (wstat 6400, 0x1900)</tt><tt><br>
</tt><tt>Failed 1/3 subtests</tt><tt><br>
</tt><tt>t/03-path.t .................. ok</tt><tt><br>
</tt><tt>t/04-session_name.t .......... ok</tt><tt><br>
</tt><tt>t/05-session_secure.t ........ ok</tt><tt><br>
</tt><tt>>> Dancer 1.3116 server 29694 listening on
<a class="moz-txt-link-freetext" href="http://0.0.0.0:50940">http://0.0.0.0:50940</a></tt><tt><br>
</tt><tt>t/06-redirect.t .............. ok</tt><tt><br>
</tt><tt>>> Dancer 1.3116 server 29696 listening on
<a class="moz-txt-link-freetext" href="http://0.0.0.0:50657">http://0.0.0.0:50657</a></tt><tt><br>
</tt><tt>t/redirect-session-dancer.t .. ok</tt><tt><br>
</tt><tt>>> Dancer 1.3116 server 29698 listening on
<a class="moz-txt-link-freetext" href="http://0.0.0.0:50336">http://0.0.0.0:50336</a></tt><tt><br>
</tt><tt>>> Dancer 1.3116 server 29699 listening on
<a class="moz-txt-link-freetext" href="http://0.0.0.0:50807">http://0.0.0.0:50807</a></tt><tt><br>
</tt><tt>>> Dancer 1.3116 server 29700 listening on
<a class="moz-txt-link-freetext" href="http://0.0.0.0:50244">http://0.0.0.0:50244</a></tt><tt><br>
</tt><tt>>> Dancer 1.3116 server 29701 listening on
<a class="moz-txt-link-freetext" href="http://0.0.0.0:50603">http://0.0.0.0:50603</a></tt><tt><br>
</tt><tt>t/server.t ................... ok</tt><tt><br>
</tt><tt>>> Dancer 1.3116 server 29703 listening on
<a class="moz-txt-link-freetext" href="http://0.0.0.0:50585">http://0.0.0.0:50585</a></tt><tt><br>
</tt><tt>t/session-stealing.t ......... ok</tt><tt><br>
</tt><tt><br>
</tt><tt>Test Summary Report</tt><tt><br>
</tt><tt>-------------------</tt><tt><br>
</tt><tt><br>
</tt><tt>t/02-configfile.t (Wstat: 6400 Tests: 2 Failed: 0)</tt><tt><br>
</tt><tt> Non-zero exit status: 25</tt><tt><br>
</tt><tt> Parse errors: Bad plan. You planned 3 tests but ran 2.</tt><tt><br>
</tt><tt>Files=11, Tests=33, 3 wallclock secs ( 0.03 usr 0.04 sys
+ 2.32 cusr 0.41 csys = 2.80 CPU)</tt><tt><br>
</tt><tt>Result: FAIL</tt><tt><br>
</tt><tt>Failed 1/11 test programs. 0/33 subtests failed.</tt><tt><br>
</tt><tt>make: *** [test_dynamic] Erreur 255</tt><tt><br>
</tt><tt>-> FAIL Installing Dancer::Session::Cookie failed. See
/root/.cpanm/build.log for details</tt><tt><br>
</tt><tt>-------------------</tt><tt><br>
</tt><tt>t/02-configfile.t (Wstat: 6400 Tests: 2 Failed: 0)</tt><br>
</body>
</html>