Thread CGI::Application::Plugin::Authentication mehrere Errors (3 answers)
Opened by chris- at 2008-10-09 17:14

chris-
 2008-10-09 17:14
#115325 #115325
User since
2007-10-18
18 Artikel
BenutzerIn
[default_avatar]
Hi,

möchte CGI::Application::Plugin::Authentication installieren.
cpan> install CGI::Application::Plugin::Authentication

Auf Suse 10.3:
Code: (dl )
1
2
3
4
5
t/01_basic..................ok 1/9Undefined subroutine &Scalar::Util::weaken called at /root/.cpan/build/CGI-Application-Plugin-Authentication-0.12/blib/lib/CGI/Application/Plugin/Authentication.pm line 1543.
# Looks like you planned 9 tests but only ran 4.
# Looks like your test died just after 4.
t/01_basic..................dubious
Test returned status 255 (wstat 65280, 0xff00)


Auf Deb 4.0:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
t/02_config.................NOK 31
# Failed test 'config dies when RENDER_LOGIN is passed a hashref'
# at t/02_config.t line 93.
# expecting: Regexp ((?-xism:parameter RENDER_LOGIN is not a coderef))
# found: Bizarre copy of ARRAY in sassign at /usr/share/perl/5.8/Carp/Heavy.pm line 39.
# Looks like you failed 1 test of 69.
t/02_config.................dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 31
Failed 1/69 tests, 98.55% okay


Hat wer Erfahrung, wie ich das olle Plugin installieren kann?

Danke,
Chris

View full thread CGI::Application::Plugin::Authentication mehrere Errors