We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87f75e commit b1f0b92Copy full SHA for b1f0b92
.travis.yml
@@ -9,7 +9,7 @@ install:
9
- panda install LWP::Simple
10
- panda install Algorithm::Soundex
11
- panda install DBIish
12
- - panda install HTTP::Easy::PSGI
+ - panda install HTTP::Easy
13
14
script:
15
- make test
util/update-and-sync
@@ -14,7 +14,7 @@ ulimit -t 3600 # 1 hour
export PATH=$PATH:$HOME/.rakudobrew/bin
rakudobrew build moar
16
rakudobrew build-panda
17
-for dep in URI Pod::To::HTML LWP::Simple Algorithm::Soundex DBIish File::Temp Text::VimColour HTTP::Easy::PSGI
+for dep in URI Pod::To::HTML LWP::Simple Algorithm::Soundex DBIish File::Temp Text::VimColour HTTP::Easy
18
do
19
panda install $dep
20
done
0 commit comments