-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi!
I'm the maintainer of URI::NamespaceMap, and I've had an issue open for Data::HAL breakage open for some time: kjetilk/URI-NamespaceMap#9
I gained some more understanding of the type system recently, so I found I could add coercions for RDF::Trine and Attean without depending on them, and I would certainly be open to do so for Data::HAL too.
I looked into it, and made a patch, kjetilk/URI-NamespaceMap#17 but noticed it doesn't necessarily do much to help.
Another option is to make a coercion for URI::Template. That is possibly more attractive, since that implements an RFC. I would be fine with adding a coercion from URI::Template even if that required a dep on URI::Template.
Anyway, bottom line is, I think we should be able to accomodate for your needs within URI::NamespaceMap, lets see if we can do this.