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
.ci/generate_bear_requirements.py generates package.json, bear-requirements.txt and Gemfile.
.ci/generate_bear_requirements.py
package.json
bear-requirements.txt
Gemfile
.ci/generate_bear_requirements.py should be enhanced to also support the Perl bears, and generate Makefile.PL using jinja2 templates to contain
Makefile.PL
use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Coala::Bears', VERSION => '0.10', PREREQ_PM => {Perl::Critic => 1.126}, );
The text was updated successfully, but these errors were encountered:
This issue reserved for Google Code-in task 5588084214202368.
Sorry, something went wrong.
@jayvdb @li-boxuan I would like to take up this issue , if not reserved ( since gci has been ended) 😄 👍
wrong reference , git was untraced ..
generate_bear_requirements.py: Add Perl Meta
7fcd7f5
This enhances generate_bear_requirements.py to support perl bears and generate Makefile.PL using jinja2 template. closes coala#2483
Ishaan29
Successfully merging a pull request may close this issue.
.ci/generate_bear_requirements.py
generatespackage.json
,bear-requirements.txt
andGemfile
..ci/generate_bear_requirements.py should be enhanced to also support the Perl bears, and generate
Makefile.PL
using jinja2 templates to containThe text was updated successfully, but these errors were encountered: