in reply to YAML::XS, YAML::Syck and boolean values
Is there some way with YAML::XS to have boolean values?
No, not without patching it
update :
Well , it could be possible through a simple DEFINE , there is YAML_PLAIN_SCALAR_STYLE which uses the perl true/false constants of PL_sv_yes, PL_sv_no, PL_sv_undef but I don't see how you activate it -- its all C to me
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: YAML::XS, YAML::Syck and boolean values
by Anonymous Monk on Apr 08, 2015 at 08:42 UTC | |
by Anonymous Monk on Apr 08, 2015 at 09:14 UTC | |
by Anonymous Monk on Apr 08, 2015 at 10:06 UTC | |
by jdporter (Paladin) on Apr 08, 2015 at 13:05 UTC | |
by Anonymous Monk on Apr 08, 2015 at 13:47 UTC |