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

Generate Perl package metadata #2483

Open
jayvdb opened this issue May 12, 2018 · 3 comments · May be fixed by #2896
Open

Generate Perl package metadata #2483

jayvdb opened this issue May 12, 2018 · 3 comments · May be fixed by #2896

Comments

@jayvdb
Copy link
Member

jayvdb commented May 12, 2018

.ci/generate_bear_requirements.py generates package.json, bear-requirements.txt and Gemfile.

.ci/generate_bear_requirements.py should be enhanced to also support the Perl bears, and generate Makefile.PL using jinja2 templates to contain

use ExtUtils::MakeMaker;
WriteMakefile(
    NAME              => 'Coala::Bears',
    VERSION           => '0.10',
    PREREQ_PM         => {Perl::Critic => 1.126},
);
@jayvdb
Copy link
Member Author

jayvdb commented Nov 11, 2018

This issue reserved for Google Code-in task 5588084214202368.

@Ishaan29
Copy link

Ishaan29 commented Mar 2, 2019

@jayvdb @li-boxuan I would like to take up this issue , if not reserved ( since gci has been ended) 😄 👍

@Ishaan29
Copy link

wrong reference , git was untraced ..

Ishaan29 added a commit to Ishaan29/coala-bears that referenced this issue Mar 22, 2019
This enhances generate_bear_requirements.py to support
perl bears and generate Makefile.PL using jinja2
template.
closes coala#2483
@Ishaan29 Ishaan29 linked a pull request Mar 22, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants