Daniel Böhmer

Results 26 comments of Daniel Böhmer

Has someone tried [`TAP::Harness::JUnit`](https://metacpan.org/pod/TAP::Harness::JUnit) or [`Test2::Harness::Renderer::JUnit`](https://metacpan.org/pod/Test2::Harness::Renderer::JUnit) for this purpse?

This is a `gitlab-ci.yml` that I have just added JUnit to: ```yaml --- stages: - test prove: stage: test tags: - docker image: perl:latest before_script: - cpanm --notest Devel::Cover TAP::Harness::JUnit...

There doesn't seem to be any CPAN for that and I also didn't find a user friendly description of the Cobertura XML format. But Google returned some useful examples of...

I have just found the `coverage` keyword for `gitlab-ci.yml` which can take a regular expression to match the total code coverage from the job output. I could successfully make Gitlab...

Is it feasible to call `$dbh->last_insert_id` after every query and store its value in the `$sth`?

> use strict 'direct' > > use strict 'filehandles'; > > is natural for me rather than "no indirect" and no feature 'bareword::filehandles' I feel like `use strict 'direct'` would...

I hope this is not out of scope for this issue: I currently have the problem that my app’s base module enables `strict` and `warnings` but disabled a selected warning....

I just tried STRICT mode and I think it's pretty useless this way:-( I'd love to have this design: * printing a variable that doesn't exist→exception * printing a variable...

I think this was solved by the PR and this issue can be closed. The change is also live on http://template-toolkit.org/docs/manual/Config.html

To be honest I thought `visibility: unlisted` meant that the toot will not be listed in the timeline of my followers. I support this proposal.