Slaven Rezić
Slaven Rezić
Can you exactly specify where (browser+version) and how things do not work? The comments should not do anything here.
Yes, I know about the user changes. I am just complaining about the missing error messages. For reproducing: just execute the two commands in the first code block.
Linux Mint18, which is roughly a Ubuntu 16.04.
The fixing pull request #119 is now available as a distropref for CPAN.pm users: https://github.com/eserte/srezic-cpan-distroprefs/blob/master/Log-Log4perl.yml#L9-L17
Actually it seems that it can only pass if Test::mysqld is not installed and thus the t/mysql/* tests are skipped.
This problem seems to happen also on other systems (linux, darwin), see http://analysis.cpantesters.org/reports_by_field?SUBMIT_xxx=Submit&distv=Teng-0.25&field=meta%3Aosname%2Bperl&field=fail%3At%2F999_regression%2Fdbh_and_txn_manager.t&field=fail%3At%2F999_regression%2Fdbh_and_txn_manager.t
Sorry, I am only the guy running the smokers. Wanted to let you know in case you're missing the cpantesters reports.
I put a `warn $@ if $@` after the `eval` which gives me perlcritic errors: ``` ERROR ECOPAPC02, RPERL PARSER, PERL CRITIC VIOLATION Failed Perl::Critic brutal review with the following...
I think it fails on my smoker because I have more perlcritic policies installed, e.g. https://metacpan.org/release/Perl-Critic-Policy-Perlsecret
``` $ /opt/perl-5.18.2/bin/perlcritic --brutal lib/RPerl/Test/ArrayDereference/program_00_bad_00.pl lib/RPerl/Test/ArrayDereference/program_00_bad_00.pl lib/RPerl/Test/ArrayDereference/program_00_bad_00.pl: file requires POD at line 1, column 1. Missing POD in the current file. (Severity: 2) lib/RPerl/Test/ArrayDereference/program_00_bad_00.pl: _perl_5006_pragmas requires 5.006 at line 10,...