Date: | Fri, 20 Sep 2002 09:23:32 -0700 |
From: | Eric Hammond <ehammond [...] thinksome.com> |
To: | Iain Truskett <spoon [...] cpan.org> |
Subject: | Re: WWW::Shorten::NotLong |
Iain:
Show quoted text
Thanks! Minor feedback: - The man page for WWW::Shorten still only mentions the original three: use WWW::Shorten 'MakeAShorterLink'; use WWW::Shorten 'Shorl'; use WWW::Shorten 'TinyURL'; - The man page for SnipURL lists this option: ($short_url,$password) = makeashorterlink($long_url); I don't think SnipURL has the ability to return a password. - I get a couple warnings when I "make test": t/notlong.........ok 1/6"my" variable $notlong masks earlier declaration in same scope at t/notlong.t line 33. t/shorl...........ok 1/5"my" variable $shorl masks earlier declaration in same scope at t/shorl.t line 26. -- Eric Hammond ehammond@thinksome.com
> Perhaps just a bot geared HTTP one?
Yes, your point about not adding more requirements is a good one.
I may still do the overkill SOAP one in addition as one of the goals
of the notlong site is to be a simple showcase.
Show quoted textThanks! Minor feedback: - The man page for WWW::Shorten still only mentions the original three: use WWW::Shorten 'MakeAShorterLink'; use WWW::Shorten 'Shorl'; use WWW::Shorten 'TinyURL'; - The man page for SnipURL lists this option: ($short_url,$password) = makeashorterlink($long_url); I don't think SnipURL has the ability to return a password. - I get a couple warnings when I "make test": t/notlong.........ok 1/6"my" variable $notlong masks earlier declaration in same scope at t/notlong.t line 33. t/shorl...........ok 1/5"my" variable $shorl masks earlier declaration in same scope at t/shorl.t line 26. -- Eric Hammond ehammond@thinksome.com