Skip to content

Commit

Permalink
Fix dependency on Web
Browse files Browse the repository at this point in the history
It's supposed to be Web::App, which provides Web::App::Dispatch.
Sadly, Web::App currently does not install.
  • Loading branch information
lizmat committed Feb 20, 2022
1 parent 9b170fa commit 37f2fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions META6.json
Expand Up @@ -4,7 +4,7 @@
"build-depends": [
],
"depends": [
"Web",
"Web::App",
"SCGI",
"HTTP::Easy",
"Web::Template",
Expand All @@ -27,5 +27,5 @@
],
"test-depends": [
],
"version": "0.0.1"
"version": "0.0.2"
}

0 comments on commit 37f2fba

Please sign in to comment.