-
Notifications
You must be signed in to change notification settings - Fork 154
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
add [MetaJSON] to [@Basic] #554
base: v7-in-progress
Are you sure you want to change the base?
add [MetaJSON] to [@Basic] #554
Conversation
345eac6
to
43cd80b
Compare
It would be helpful to document this v6 change in the Pod of |
@@ -45,6 +46,7 @@ It includes the following plugins with their default configuration: | |||
* L<Dist::Zilla::Plugin::PruneCruft> | |||
* L<Dist::Zilla::Plugin::ManifestSkip> | |||
* L<Dist::Zilla::Plugin::MetaYAML> | |||
* L<Dist::Zilla::Plugin::MetaJSON> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dolmen The plugin membership is listed here -- where else should it go?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was think about something more visible (well, as far as POD for a PluginBundle can be considered visible) such as a block in the DESCRIPTION section:
B<Note:> L<[MetaCPAN]|Dist::Zilla::Plugin::MetaJSON> is included since Dist::Zilla v6.
I'm not sure how I feel about special casing "can appear twice, whatever!" in a specific plugin, rather than just forcing people to update. I'm going to put this off for now. |
The problem with having two MetaJSONs being a fatal error is that if then the distribution is built against Dist::Zilla |
43cd80b
to
6c52ad2
Compare
6c52ad2
to
c03f843
Compare
c03f843
to
62ef27a
Compare
4879151
to
2b77e25
Compare
d1605c2
to
9947478
Compare
Dist::Zilla::Dialect is a multi-import pragma to set up v5.20 and the features used by Dist::Zilla code code: the good stuff from v5.20 and thereabouts.
...as inspired by File::HomeDir::Tiny Note that all of this can be replaced by (glob('~'))[0] when perl 5.20 is required.
This will prevent discouraged formats from being used, even though CPAN::Meta still lets some of them in (despite contradictory language in CPAN::Meta::Spec). Following the Lyon version roundtable, _ is no longer interpreted as another dot in non-decimal versions, so the sort order can now be different.
even on MSWin32
9947478
to
b45072a
Compare
b45072a
to
24eac4c
Compare
updated to v7-in-progress. |
No description provided.