Skip Menu |

This queue is for tickets about the App-DuckPAN CPAN distribution.

Report information
The Basics
Id: 117949
Status: resolved
Priority: 0/
Queue: App-DuckPAN

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 1010
  • 1011
Fixed in: (no value)



Subject: Experimental keys on scalar is now forbidden (1010)
There's a compilation failure with newer perls (e.g. 5.24.0): # Failed test 'use App::DuckPAN::Fathead;' # at /opt/perl-5.24.0/lib/site_perl/5.24.0/Test/LoadAllModules.pm line 35. # Tried to use 'App::DuckPAN::Fathead'. # Error: Experimental keys on scalar is now forbidden at /home/cpansand/.cpan/build/2016091821/App-DuckPAN-1010-0/blib/lib/App/DuckPAN/Fathead.pm line 144. # Compilation failed in require at /opt/perl-5.24.0/lib/site_perl/5.24.0/Test/LoadAllModules.pm line 35. # BEGIN failed--compilation aborted at /opt/perl-5.24.0/lib/site_perl/5.24.0/Test/LoadAllModules.pm line 35.
This should be fixed with https://github.com/duckduckgo/p5-app-duckpan/pull/378 On Sun Sep 18 17:18:38 2016, SREZIC wrote: Show quoted text
> There's a compilation failure with newer perls (e.g. 5.24.0): > > # Failed test 'use App::DuckPAN::Fathead;' > # at /opt/perl-5.24.0/lib/site_perl/5.24.0/Test/LoadAllModules.pm > line 35. > # Tried to use 'App::DuckPAN::Fathead'. > # Error: Experimental keys on scalar is now forbidden at > /home/cpansand/.cpan/build/2016091821/App-DuckPAN-1010- > 0/blib/lib/App/DuckPAN/Fathead.pm line 144. > # Compilation failed in require at /opt/perl- > 5.24.0/lib/site_perl/5.24.0/Test/LoadAllModules.pm line 35. > # BEGIN failed--compilation aborted at /opt/perl- > 5.24.0/lib/site_perl/5.24.0/Test/LoadAllModules.pm line 35.
A fix has been merged and released