Adriano Ferreira

Results 3 issues of Adriano Ferreira

This pull request adds promise-returning methods to Mango and related classes as an alternative to non-blocking with callbacks. For this, it relies on Mojo::Promise as introduced with Mojolicious 7.53. All...

This change promotes type compatibility with other CPAN serialization modules like JSON. This is another take at https://github.com/msgpack/msgpack-perl/issues/17 – see also https://github.com/msgpack/msgpack-perl/pull/34 BREAKING CHANGE: removes stringification of true() to "true"...

Regex objects (like qr/Foo/) are kind of special in Perl because they have a REGEXP reftype but are blessed into "Regexp" package. That means it is not desirable to dump...