Skip to content

Commit b1f0b92

Browse files
committed
HTTP::Easy::PSGI in ecosystem HTTP::Easy
1 parent f87f75e commit b1f0b92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
- panda install LWP::Simple
1010
- panda install Algorithm::Soundex
1111
- panda install DBIish
12-
- panda install HTTP::Easy::PSGI
12+
- panda install HTTP::Easy
1313

1414
script:
1515
- make test

util/update-and-sync

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ulimit -t 3600 # 1 hour
1414
export PATH=$PATH:$HOME/.rakudobrew/bin
1515
rakudobrew build moar
1616
rakudobrew build-panda
17-
for dep in URI Pod::To::HTML LWP::Simple Algorithm::Soundex DBIish File::Temp Text::VimColour HTTP::Easy::PSGI
17+
for dep in URI Pod::To::HTML LWP::Simple Algorithm::Soundex DBIish File::Temp Text::VimColour HTTP::Easy
1818
do
1919
panda install $dep
2020
done

0 commit comments

Comments
 (0)