mgwmgw has asked for the wisdom of the Perl Monks concerning the following question:
I am writing tests in perl 5.10.1 of a part of a product written in python 2.6.6.
The python, which I think is using PyYAML, outputs YAML which is acceptable to pylint, but not acceptable to the YAML Loader in perl. I find multiple different examples of this. I think the perl is using YAML::Old.
I suspect that the best solution would involve moving to a newer YAML Loader in perl, but I seek advice about which one. The PyYAML port to perl supposedly is not finished yet.
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: python YAML output, perl Loader, which version?
by davido (Cardinal) on Apr 16, 2014 at 17:41 UTC | |
|
Re: python YAML output, perl Loader, which version?
by stonecolddevin (Parson) on Apr 16, 2014 at 17:42 UTC | |
by mgwmgw (Acolyte) on Apr 16, 2014 at 21:53 UTC | |
by Anonymous Monk on Apr 16, 2014 at 22:03 UTC | |
by Anonymous Monk on Apr 16, 2014 at 21:59 UTC | |
by mgwmgw (Acolyte) on Apr 16, 2014 at 22:49 UTC | |
by Anonymous Monk on Apr 16, 2014 at 23:03 UTC |