Maybe a little bit tricky, but I have some advances on e2e testing for Pig: installing ipc::run module for perl!
It took me half day, but it was quite instructive.
Let’s start by installing xcode «developer tools» for Mac, according to ipc faq I just have to check one option in order to get ipc::run, but it was not! I had the same problem: «Can’t locate IPC::Run»
After looking for some solution, I think this works:
- Install the module: cpan -i IPC::Run
- sudo cpan
- reload cpan
- exit
And as I read somewhere «it should works!»