We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello
I identified a duplicate key "image" in metadata from file "what-s-new-on-cpan---march-2018.md". I found that in working on issue #82
Here the content of metadata { "draft" : false, "date" : "2018-04-02T21:48:15", "thumbnail" : "/images/172/thumb_CD6B9F5C-F4AE-11E4-A230-A2654E9B8265.png", "image" : "/images/172/CD6B9F5C-F4AE-11E4-A230-A2654E9B8265.png", "tags" : ["duktape","firebase","freetype", "raspberry-pi", "anyevent","markua","mojolicious"], "description" : "A curated look at March's new CPAN uploads", "categories" : "cpan", "title" : "What's new on CPAN - March 2018", "image" : null, "authors" : [ "david-farrell" ] }
I will make a pull request with the patch soon.
Bests regards
The text was updated successfully, but these errors were encountered:
nice catch @sdeseille!
Sorry, something went wrong.
Thanks @dnmfarrell . Is it possible to label it for hacktoberfest ? :p
perladvent#158 Remove duplicate key image in metadata
9a3a79d
Merge pull request #160 from sdeseille/sdeseille/issue158
f26571f
#158 Remove duplicate key image in metadata
Thanks
No branches or pull requests
hello
I identified a duplicate key "image" in metadata from file "what-s-new-on-cpan---march-2018.md".
I found that in working on issue #82
Here the content of metadata
{
"draft" : false,
"date" : "2018-04-02T21:48:15",
"thumbnail" : "/images/172/thumb_CD6B9F5C-F4AE-11E4-A230-A2654E9B8265.png",
"image" : "/images/172/CD6B9F5C-F4AE-11E4-A230-A2654E9B8265.png",
"tags" : ["duktape","firebase","freetype", "raspberry-pi", "anyevent","markua","mojolicious"],
"description" : "A curated look at March's new CPAN uploads",
"categories" : "cpan",
"title" : "What's new on CPAN - March 2018",
"image" : null,
"authors" : [
"david-farrell"
]
}
I will make a pull request with the patch soon.
Bests regards
The text was updated successfully, but these errors were encountered: