-
Notifications
You must be signed in to change notification settings - Fork 2
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
Doesn't declare all its dependencies #6
Comments
You are looking at the |
Ah, I see. It's a bit weird to have that be the default branch I see on GitHub. I'd suggest doing master like most other repos. I didn't even think to check if I wasn't looking at master. Anyway, the missing prereqs are still a thing. You might want to consider using |
On 2016-09-04 08:08 PM, Dave Rolsky wrote:
I actually thought about it (I know, shocking), and I think having the
I usually do. In this case I went for the manual because somebody asked
but I should be able to jerryrig something there. Gimme a few hours. |
Well, this is a dzil bundle, so I think most folks would expect to find a That said, I agree that this can be a problem, which is why I just have dzil check all these files right back into master after a release. It's a little less clean, but it's much simpler, and should satisfy all the constituencies. |
This explains the travis failures I'm seeing in BreadBoard, like https://travis-ci.org/stevan/BreadBoard/jobs/157500790
You're missing
Dist::Zilla::Plugin::Test::ReportPrereqs
and maybe more.I'd patch this but I can't figure out out how your bundle works. The bundle repo itself doesn't have a
dist.ini
file, but you've checked in a bunch of files generated by dzil! I am so confused.The text was updated successfully, but these errors were encountered: