Re: URI support for OpenURL

2004-05-13 Thread Tim Brody
JUANMARCOSMOREN wrote: Tim Brody wrote: I've written a module for parsing and constructing OpenURLs (http://library.caltech.edu/openurl/) within the URI framework: http://santos.ecs.soton.ac.uk/URI-openurl-0.1.tar.gz OpenURL is not a URI format per-se, but a means of transporting structured

Re: URI support for OpenURL

2004-05-17 Thread Tim Brody
Gisle Aas wrote: Tim Brody [EMAIL PROTECTED] writes: But anyway, paging URI maintainer(s), respond please! (Can I invade URI::openurl, or can we shift this module into the URI distro.?) I tried to skim the spec and your manpage and I still don't really understand what this is supposed to do. I

Re: URI doesn't accept a semi-colon as query parameter separator

2004-11-24 Thread Tim Brody
- Original Message - From: Brian Cassidy [EMAIL PROTECTED] $CGI::USE_PARAM_SEMICOLONS = 0; use CGI qw/-oldstyle_urls/; But I've experienced problems with that class global under mod_perl, leading to unpredictable behaviour. Given 99.9% of Web sites use ampersands it's kinda

namespacing for LWP::UserAgent subclasses

2011-03-17 Thread Tim Brody
Hi All, I've written a couple of LWP::UserAgent sub-classes that add signing for Amazon S3 OAuth. I realise there are existing modules that cover the whole scope of these protocols but I rarely need all that weight - I just need something to add the (tricky to get right) signature bits to the