Results 39 issues of djerius

Here's the test code ``` setup () { true } @test "test" { ( false; ) } ``` And here's the somewhat confusing output: ``` % bats bug.bats ✗ test...

This adds a `manpage` plugin, which uses `Pod::Usage::pod2usage` to format and output documentation gleaned from either the script file (if no command is given) or the specified command.

I'm playing (and not succeeding terribly well) at getting subcommands to work. My expectation is that subcommands live in a namespace which is private to their parent commands. However, that...

if --with_boost is specified, search _only_ the specified directory hierarchy for libraries. Arguably, if --with_boost is specified, the user wants to use only that boost installation, and no other. This...

paths for files in libparse are reported as one level higher than they actually are. For example, metacpan lists one file as parser/table.pm when it's really ./lib/parser/table.pm This might be...

type: bug
Help wanted

Perl 5.22 Devel::Cover 1.23 The [attached file](https://github.com/pjcj/Devel--Cover/files/539629/bgg.txt), reproduced here, ``` use 5.10.0; use strict; use warnings; package ovl { use overload ( 'bool' => sub { print STDERR "IN BOOL...

needs investigation

This PR adds a new non-filesystem based backend (based on Archive::Tar) as an example and test target. The store tests have been modified so that multiple backends may be tested,...

Sometimes a function uses a parameter only for input or for output. In those cases, the type conversion code can be optimized to convert data in a single direction, rather...

🐣Enhancement

Core: **Description** The `\%hash` (experimental `declared_refs`) syntax is not supported in a for list (experimental `for_list`). **Steps to Reproduce** ``` #! perl use v5.36; use Data::Dumper; use experimental 'for_list', 'declared_refs';...

Needs Triage