Browse Source

use URI::Encode

David Sniperovitch 8 years ago
parent
commit
b38e71f0de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -3,7 +3,7 @@ perl:
   - "5.22"
   - "5.24"
 before_install:
-  - "cpanm Dancer2"
+  - "cpanm Dancer2 URI::Encode"
   - "cp -v config.yml.smp config.yml"
 notifications:
   irc: "chat.freenode.net#pressecitron"