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

fix dependency for Test::More, done_testing requires Test::More >= 0.88 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

computersalat
Copy link

Test is failing when Test:More is lower than 0.88.
t/man_pagename...............Bareword "done_testing" not allowed while "strict subs" in use at t/man_pagename.t line 24.
Execution of t/man_pagename.t aborted due to compilation errors.

@Leont
Copy link
Member

Leont commented Jul 27, 2014

Good catch. I was expecting dzil's AutoPrereqs to do that for me, but apparently it's broken. I'll add the explicit dependency :-)

@computersalat
Copy link
Author

hmm ok ... so why don't you take my merge request ?

@Leont
Copy link
Member

Leont commented Jul 28, 2014

hmm ok ... so why don't you take my merge request ?

Because various other patches that were only in my private repository make releasing it complicated. I should probably branch and rebase first.

@Leont Leont self-assigned this Mar 13, 2018
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