How lazy am I?
Occasionally I find myself running some random Perl script from a Github gist or dealing with some code from a colleague that doesn't have proper dependency management (yet). It's a bit painful to
- run the script
- wait for it to die on a failed dependency
- install the missing dependency
- re-run the script
- wait for it to die
- install the missing dependency
- rinse
- lather
- repeat
I've tried to solve this problem via lazy
Read the full post.
Leave a comment