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

Extra single quotes in cpan.conf.erb #33

Open
robert4man opened this issue Sep 15, 2016 · 1 comment
Open

Extra single quotes in cpan.conf.erb #33

robert4man opened this issue Sep 15, 2016 · 1 comment

Comments

@robert4man
Copy link

robert4man commented Sep 15, 2016

The extra single quotes cause the resulting q[] value to be quoted in the Config.pm file and misinterpreted by cpan.

68c68
<     '<%= k -%>' => 'q[<%= v -%>]',

---
>     '<%= k -%>' => q[<%= v -%>],
@salimane
Copy link
Contributor

@robert4man a pull request including a test case would be welcomed.
Thanks for pointing this out.

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