Skip Menu |

This queue is for tickets about the MooX-Role-JSON_LD CPAN distribution.

Report information
The Basics
Id: 125970
Status: resolved
Priority: 0/
Queue: MooX-Role-JSON_LD

People
Owner: DAVECROSS [...] cpan.org
Requestors: perl [...] toby.ink
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Should be easy to eliminate Ref::Util
Types::Standard exports things like: is_CodeRef is_HashRef is_Ref is_Object which should act exactly the same as the functions you use from Ref::Util. You're already using Types::Standard, and like Ref::Util it has an optional XS implementation so is pretty fast.
On Tue Jul 31 05:00:22 2018, TOBYINK wrote: Show quoted text
> Types::Standard exports things like: > > is_CodeRef > is_HashRef > is_Ref > is_Object > > which should act exactly the same as the functions you use from > Ref::Util. You're already using Types::Standard, and like Ref::Util it > has an optional XS implementation so is pretty fast.
Thanks for the suggestion. Version 0.0.14 is en route to CPAN now. Dave...
That was quick!
On Tue Jul 31 06:08:57 2018, TOBYINK wrote: Show quoted text
> That was quick!
That's normally a sign that I'm bored :-)