perl6-data-dump icon indicating copy to clipboard operation
perl6-data-dump copied to clipboard

a colorful? data dumper for perl6

Results 4 perl6-data-dump issues
Sort by recently updated
recently updated
newest added

Hi! I am building alpine package for raku ecosystem modules. Alpine requires every package has a license, right now I am setting this as "Artistic" - https://github.com/melezhik/raku-alpine-repo/blob/main/.tom/raku-cromtit-alpine-package.raku#L10 , however this...

My DATA_DUMP setting: export DATA_DUMP="indent=4,color=false,skip-methods=true,no-postfix=true" When using Dump in a script I still get weird characters and type names on variables. I normally use 'note' instead of 'say' and so...

`Data::Dump` has test failures in the [Blin run](https://github.com/rakudo/rakudo/issues/3850) for Rakudo v2020.08. This is due to a combination of a breaking change in `Parameter.default` and some other minor issues with `Parameter`...

My system: ``` PS C:\dev\Log-Timeline> sw_vers C:\dev\Log-Timeline>systeminfo | findstr /B /C:"OS Name" /C:"OS Version" OS Name: Microsoft Windows 11 Enterprise OS Version: 10.0.22631 N/A Build 22631 PS C:\dev\Log-Timeline> raku --version...