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

BoolLike in Types::TypeTiny should check ! overloading to support boolean.pm #144

Open
bpj opened this issue Jul 24, 2023 · 1 comment
Open

Comments

@bpj
Copy link
Contributor

bpj commented Jul 24, 2023

BoolLike in Types::TypeTiny should check for ! overloading as well as bool and 0+ because that is what boolean.pm overloads (don't ask me why!) YAML::PP supports the use of boolean.pm for booleans and it makes sense to use that when JSON interoperability is not needed because it is a smaller dependency and has a better interface: easy conversion to/check for booleans and its functions/constants can be imported.

@bpj
Copy link
Contributor Author

bpj commented Nov 15, 2023

Anything?

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

1 participant