in reply to RFC: Name and/or API for module ("HTML::RewriteURLs")
First, since you don't rewrite_html in a general way, but only URLS, and only those that are relative to a given base, you actually do relocate_rel_url.
From this follows, second, that the package name is HTML::RelocateRelativeURL proper (which is as ugly as the regex you use :-), probably with the shortcut HTML::RRU (like Data::Dump::Streamer which comes optionally with the alias DDS).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: RFC: Name and/or API for module ("HTML::RewriteURLs")
by Corion (Patriarch) on Jul 25, 2015 at 10:42 UTC | |
by shmem (Chancellor) on Jul 25, 2015 at 10:48 UTC | |
by stevieb (Canon) on Jul 25, 2015 at 13:45 UTC | |
by parv (Parson) on Jul 25, 2015 at 20:17 UTC |