SOURCES: clive-delfi.patch - uri_unescape() seems no longer exported, qualify

glen glen at pld-linux.org
Tue Apr 21 08:26:16 CEST 2009


Author: glen                         Date: Tue Apr 21 06:26:16 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- uri_unescape() seems no longer exported, qualify

---- Files affected:
SOURCES:
   clive-delfi.patch (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SOURCES/clive-delfi.patch
diff -u SOURCES/clive-delfi.patch:1.20 SOURCES/clive-delfi.patch:1.21
--- SOURCES/clive-delfi.patch:1.20	Mon Mar 30 12:11:58 2009
+++ SOURCES/clive-delfi.patch	Tue Apr 21 08:26:10 2009
@@ -48,7 +48,7 @@
 +        $xurl = $videobox_url;
 +
 +    } elsif ($video_url) {
-+        $xurl = uri_unescape($video_url);
++        $xurl = URI::Escape::uri_unescape($video_url);
 +        $id = $1 if $xurl =~ m{^\S+://[^/]+/v/(.+?)\.flv};
 +
 +    } elsif ($video_salt and $video_site) {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/clive-delfi.patch?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list