]> git.pld-linux.org Git - packages/clive.git/blobdiff - clive-delfi.patch
- uri_unescape() seems no longer exported, qualify
[packages/clive.git] / clive-delfi.patch
index 4beaf3f26280481c5c8ac3339a613c825d50ed71..a808f5fe79f3e7ee461925b299a8a126027a5ef5 100644 (file)
@@ -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) {
This page took 0.115791 seconds and 4 git commands to generate.