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

Running Build.PL generates warning about missing META.json #1

Closed
jkeenan opened this issue Dec 19, 2017 · 1 comment
Closed

Running Build.PL generates warning about missing META.json #1

jkeenan opened this issue Dec 19, 2017 · 1 comment

Comments

@jkeenan
Copy link

jkeenan commented Dec 19, 2017

Demonstration:

$ perl Build.PL
WARNING: the following files are missing in your kit:
	META.json
Please inform the author.

Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Test-Sims' version '20130412'

You do have a MYMETA.json file in your distribution:

[Test-Sims] 525 $ ls
_build  Build.PL  inc  MANIFEST       META.yml     MYMETA.yml  t
Build   Changes   lib  MANIFEST.SKIP  MYMETA.json  README

But your MANIFEST is expecting META.json:

$ grep -n META MANIFEST
9:META.json
10:META.yml

(Since I don't use Module::Build myself, I'm not sure what the best way to correct this is.)

Thank you very much.
Jim Keenan

@schwern
Copy link
Owner

schwern commented Dec 31, 2017

Thanks for the report. I just forgot to generate that file. All fixed! A new version is on its way to CPAN.

@schwern schwern closed this as completed Dec 31, 2017
schwern added a commit that referenced this issue Dec 31, 2017
Forgot the META.json file, but it was in the MANIFEST.
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

No branches or pull requests

2 participants