Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added "use Try::Tiny" to fix Try::Tiny not being included as dependency #9

Merged
merged 1 commit into from
Feb 25, 2014

Conversation

spansh
Copy link

@spansh spansh commented Feb 7, 2014

We had an issue with a broken Moose install on one of our machines (for some reason none of its dependencies were installed). However when we were trying to install MooseX::NonMoose it was failing the tests due to Try::Tiny not being in the dependencies yet being called cirectly in one of the modules. Adding a "use Try::Tiny" fixes this and allows dzils AutoPrereqs to pick up ther requirement.

doy added a commit that referenced this pull request Feb 25, 2014
Added "use Try::Tiny" to fix Try::Tiny not being included as dependency
@doy doy merged commit 9cb3e66 into doy:master Feb 25, 2014
@doy
Copy link
Owner

doy commented Feb 25, 2014

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants