shogo82148 / Redis-Fast

fast perl binding for Redis database
https://metacpan.org/release/Redis-Fast
Other
25 stars 21 forks source link

Fixed: pass tests for MacOSX #56

Closed yoheimuta closed 7 years ago

yoheimuta commented 8 years ago

I could not understand why the previously passed tests made failures, so that I fixed only each direct causes.

$ curl -L http://install.perlbrew.pl | bash
...
## Installing perlbrew
perlbrew is installed: ~/perl5/perlbrew/bin/perlbrew
mkdir /Users/travis/perl5/perlbrew/dists: Permission denied at perlbrew.v98ZuU line 121.
+echo 'Perl 5.14 already installed.'
Perl 5.14 already installed.
shogo82148 commented 7 years ago

Thank you for your pull request :)

yoheimuta commented 7 years ago

Thanks!