Graham✈️✈️

Results 50 issues of Graham✈️✈️

The path to llvm appears to be hard coded to `/usr/lib/llvm-3.5/lib` which doesn't work on most platforms.

The test suite fails on the Debian experimental x32 port: https://gist.github.com/plicease/a02413ca678b2072ac14887c45bbb46b

See the log here: https://gist.github.com/plicease/9dc6fe3c895faa7fcb6d12c8ec5509df Tested on s390x.

Perhaps it is too late to do anything about it, and readpipe isn't mentioned in the autodie man page, but it also doesn't complain about using it with autodie. I...

Needs PR

arguably the `perl` package should include `perldoc`, but on Debian it does not, you have to also install `perl-doc`. Test could maybe test to see if perldoc returns `You need...

This 404s: https://metacpan.org/permission/distribution/Alien-Build even though it is listed in: https://cpan.metacpan.org/modules/02packages.details.txt

With config: ``` severity = 1 only = 1 [Freenode::Wantarray] ``` this perl script passes perlcritic: ```perl sub foo { wantarray ? (1,2,3) : 3; ## no critic (Freenode::Wantarray) }...

code: ```perl use utf8; my %x = (Привет => 1); my($key) = keys %x; die unless $key eq 'Привет'; ``` perlcritic: ``` % perlcritic . Problem while critiquing "foo.pl": Can't...

``` *** Unable to detect ffi_abis *** [[[ C pre-processor failed... ]]] [[[ will try all known ABIs ]]] PR abi.default_abi=1 PR abi.sysv=1 PR abi.win64=2 ```

`FFI::TinyCC` hasn't installed cleanly on mac for quite some time, and hasn't installed on a host of other platforms, so I don't want encourage people to use it.

📖Documentation