in reply to RFC: Name and/or API for module ("HTML::RewriteURLs")
I definitely think you should use the top level space URL:: because that's where you are operating. If there was HTML::URL:: that would be OK or maybe even better, but there isn't currently. URL::Transform:: does already exist though. For me, the best thing is to find like-purposed modules grouped together.
Since your module does one thing to all URLs in a document, how about URL::Transform::Base ?
While searching, I wondered if the existing URL::Transform is of any interest to you?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: RFC: Name and/or API for module ("HTML::RewriteURLs")
by stevieb (Canon) on Jul 25, 2015 at 13:54 UTC | |
by parv (Parson) on Jul 25, 2015 at 20:20 UTC | |
by shmem (Chancellor) on Jul 25, 2015 at 20:43 UTC |