torbiak / git-autofixup

create fixup commits for topic branches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation fails 21/34 tests

Blaisorblade opened this issue · comments

On my Mac (macOS 10.14), installation via cpan -i App::Git::Autofixup &> log.txt fails. Full log: log.txt, but the highlight is:

# Looks like you failed 21 tests of 34.
t/autofixup.t ..
Dubious, test returned 21 (wstat 5376, 0x1500)
Failed 21/34 subtests

FWIW, version data:

$ perl -v

This is perl 5, version 30, subversion 0 (v5.30.0) built for darwin-thread-multi-2level
[...]

$ cpan -v
Loading internal logger. Log::Log4perl recommended for better logging
>(info): /usr/local/bin/cpan script version 1.672, CPAN.pm version 2.22
$ cpan --version
Loading internal logger. Log::Log4perl recommended for better logging
/usr/local/bin/cpan version 1.64 calling Getopt::Std::getopts (version 1.12 [paranoid]),
running under Perl version 5.30.0.
  [Now continuing due to backward compatibility and excessive paranoia.
   See 'perldoc Getopt::Std' about $Getopt::Std::STANDARD_HELP_VERSION.]
Nothing to install!

Both cpan calls come from the same cpan binary, which comes from brew install perl (version 5.30.0). There's a separate install from macOS of perl 5.18.4 and cpan 1.61, but they're not being used in the install.

Found the cause, opening a better issue... EDIT: see #10.