aboutsummaryrefslogtreecommitdiff
path: root/Bundle
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-04-30 13:06:52 -0400
committerJoey Hess <joey@kitenet.net>2010-04-30 13:06:52 -0400
commit8ce5c7773884504c3936cb6e91e5a05ac4c1073d (patch)
tree980c30c6d8e1ed38b369f5209d14d92bebdd96e7 /Bundle
parentb61dc50dabaa76025cfcac1e139a80894abc3953 (diff)
downloadikiwiki-8ce5c7773884504c3936cb6e91e5a05ac4c1073d.tar
ikiwiki-8ce5c7773884504c3936cb6e91e5a05ac4c1073d.tar.gz
Version dependency on liburi-perl to >= 1.36; previous versions did not support building urls from utf-8 strings. Closes: #579713
Diffstat (limited to 'Bundle')
-rw-r--r--Bundle/IkiWiki.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bundle/IkiWiki.pm b/Bundle/IkiWiki.pm
index 769791d30..d6c344d6a 100644
--- a/Bundle/IkiWiki.pm
+++ b/Bundle/IkiWiki.pm
@@ -20,7 +20,7 @@ Text::Markdown
HTML::Scrubber
HTML::Template
HTML::Parser
-URI
+URI 1.36
XML::Simple
Date::Parse
CGI::FormBuilder