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

avoid meta validation issues by never creating a META.yml #4

Merged
merged 1 commit into from Mar 25, 2015

Conversation

karenetheridge
Copy link
Contributor

When CPAN::Meta and Dist::Zilla versions are out of sync, we can get errors like this:

t/test_changeshascontent.t .. 1/? [@Filter/MetaYAML] Invalid META structure.  Errors found:
[@Filter/MetaYAML] Expected a list structure (license) [Validation: 2] at /Volumes/amaretto/Users/ether/.perlbrew/libs/20.0@std/lib/perl5/darwin-2level/Moose/Meta/Method/Delegation.pm line 110.

...which aren't your problem. Avoid all this by only pulling in the minimum necessary plugins in tests.

@dagolden dagolden merged commit e6ba372 into dagolden:master Mar 25, 2015
@karenetheridge karenetheridge deleted the topic/no_yaml branch March 25, 2015 04:17
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.

None yet

2 participants