in reply to installation of CGI::Application::Plugin::Authentication failed

Hi, I tried to install CGI::Application::Plugin::Authentication, but getting lots of errors. On Deb 4.0:

On Debian you can use the pre-packed module:

aptitude install libcgi-application-plugins-perl
  • Comment on Re: installation of CGI::Application::Plugin::Authentication failed
  • Download Code

Replies are listed 'Best First'.
Re^2: installation of CGI::Application::Plugin::Authentication failed
by Anonymous Monk on Oct 10, 2008 at 08:19 UTC
    Debian worked with aptitude.
      If I try with cpan, i get now:
      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)
      Is this an error of Plugin::Authentication or my fault?
        I have this same error, installing from CPAN today on Ubuntu 8.04. Ignoring the test fail and installing anyway seems to have worked okay for now, but is obviously non-ideal.