sqitchers / homebrew-sqitch

Homebrew Formulas for Sqitch
22 stars 10 forks source link

Error when running `sqitch log` #43

Closed carragom closed 5 years ago

carragom commented 5 years ago

Hi there,

Just installed Sqitch in Mojave 10.14.4. Everything working so far except the sqitch log command which generate the following error.

Can't locate IO/Pager.pm in @INC (you may need to install the IO::Pager module) (@INC contains: /usr/local/Cellar/sqitch/0.9999/bin/../lib/perl5/darwin-thread-multi-2level /usr/local/Cellar/sqitch/0.9999/bin/../lib/perl5 /usr/local/Cellar/perl/5.28.1/lib/perl5/site_perl/5.28.1/darwin-thread-multi-2level /usr/local/Cellar/perl/5.28.1/lib/perl5/site_perl/5.28.1 /usr/local/Cellar/perl/5.28.1/lib/perl5/5.28.1/darwin-thread-multi-2level /usr/local/Cellar/perl/5.28.1/lib/perl5/5.28.1 /usr/local/lib/perl5/site_perl/5.28.1/darwin-thread-multi-2level /usr/local/lib/perl5/site_perl/5.28.1) at (eval 537) line 1.
BEGIN failed--compilation aborted at (eval 537) line 1.

Using PostgreSQL by the way.

theory commented 5 years ago

Yeah, install it manually for now (cpanm IO::Pager). Fixed in the next release, coming this month.