Created
April 16, 2014 18:30
-
-
Save karenetheridge/10917623 to your computer and use it in GitHub Desktop.
old Test::Requires issue in my notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
when doing: | |
pass; | |
use Test::Requires; | |
test_requires 'Foo'; | |
fail; | |
done_testing; | |
I get: | |
ok 1 | |
1..0 # SKIP Test requires module 'Test::Foo' but it's not found | |
# Tests were run but no plan was declared and done_testing() was not seen. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment