Closed bmurtagh closed 10 years ago
Thanks for opening the PR!
Rather than having a boolean value ($install_dependencies
) I'd rather have a dependency class directly provided. This way the user of this class could just provide a custom class which installs the prerequisites.
I've added a parameter for providing a dependency class in 0f133ab5629a6adf2030e943371321ba642fe634.
@bmurt Would this meet your requirements?
Yeah, that looks good to me.
Cool, in this case I'll close this PR. Thanks for reporting the issue!
Addresses #5. Let me know what you think