Skip Menu |

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

Report information
The Basics
Id: 93742
Status: resolved
Priority: 0/
Queue: App-Dapper

People
Owner: MDB [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.10
Fixed in: 0.13



Subject: fails under 5.19.x because of fatal warnings + experimental feature
App-Dapper appears to use the "autoderef" feature for behavior like "push $aref, @LIST" and to fatalize warnings. The autoderef feature is experimental, and now issues warnings under 5.19+, so App-Dapper fails to compile and pass tests. Sample fail report: http://www.cpantesters.org/cpan/report/f7e3eaf2-a476-11e3-9a81-b06c11bde73e See also https://rt.perl.org/Public/Bug/Display.html?id=121371 HTH && Thanks,
Thanks for the reply. I just uploaded a new version of App::Dapper (v0.13) that explicitly dereferences hashes that were previously using the Perl autoderef feature. Based on CPAN Testers reports, the issue is now resolved.