Subject: | Can't call method "name" on an undefined value at .../Dist/Zilla/Plugin/ReadmeAnyFromPod.pm line 203, <DATA> line 6. |
I get this error when I add the following to my dist.ini:
[ReadmeAnyFromPod / ReadmeMarkdownInBuild]
filename = README.md
[ReadmeAnyFromPod / ReadmeMarkdownInRoot]
filename = README.md
phase = release
The problem seems to be that the code assumes that the file exists, but there's no reason to assume this, is there?