From 4bc5205f1b4cd8e1816bc277310afddbf24d2558 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sat, 30 Jul 2011 23:26:14 +0300 Subject: [PATCH] Manual: Complete Query::supported description --- man1/Quvi.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man1/Quvi.pod b/man1/Quvi.pod index e99c832..bdfcfde 100644 --- a/man1/Quvi.pod +++ b/man1/Quvi.pod @@ -105,6 +105,13 @@ Set Query options (see also L). Returns a non-zero value if the URL is not supported. +This is a networkless check meaning that it will return +WWW::Quvi::NoSupport for most shortened (or compressed) URLs. + +If your application must support such URLs, use Query::parse +instead and make sure you have not set 'resolve' to 0 (disable) +in your L. + =item ok [variable] Non-zero if an error occurred. -- 2.11.4.GIT