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

dependency 'true' gets interpreted as '1' by CPAN::Reporter #179

Closed
wchristian opened this issue Feb 9, 2011 · 3 comments
Closed

dependency 'true' gets interpreted as '1' by CPAN::Reporter #179

wchristian opened this issue Feb 9, 2011 · 3 comments

Comments

@wchristian
Copy link

This is still an issue under ActivePerl 5.10.1 Build 1007, using CPAN::Reporter.

When determining the prereqs for perl5i the Build.PL script creates a MYMETA.yml file, which contains the line " true: 0.12 ", which lacks the 's to make YAML::XS recognize it properly.

I'll see if i can make a patch for that.

@wchristian
Copy link
Author

I've opened a pull request for a possible patch: #180

@schwern
Copy link
Contributor

schwern commented Feb 14, 2011

true 0.15 should fix this problem by providing true::VERSION for us to depend on. The fix in 0.14 was insufficient.

@schwern
Copy link
Contributor

schwern commented Feb 14, 2011

Depend on true::VERSION to avoid YAML bugs in META.yml parsing.

Closed by 60bfd25

dap pushed a commit to dap/perl5i that referenced this issue Sep 6, 2011
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants