Skip to content

Commit

Permalink
Issue #1223: remove setup of Plack::App::File
Browse files Browse the repository at this point in the history
Because it is part of the distro Plack.
  • Loading branch information
bschmalhofer committed Sep 12, 2021
1 parent 4b9b423 commit f04558b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions bin/otobo.CheckModules.pl
Original file line number Diff line number Diff line change
Expand Up @@ -804,18 +804,6 @@
ports => undef,
},
},
{
Module => 'Plack::App::File',
Required => 0,
Features => ['plack'],
Comment => 'Serve static files',
InstTypes => {
aptget => 'libplack-perl',
emerge => undef,
zypper => undef,
ports => undef,
},
},

# Deflater not used yet, see https://github.com/RotherOSS/otobo/issues/1053
#{
Expand Down
3 changes: 0 additions & 3 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,6 @@ feature 'optional', 'Suppport for optional' => sub {
# Used when plackup is run with the -R option. This option restarts the server when files have changed.
requires 'Linux::Inotify2';

# Serve static files
requires 'Plack::App::File';

# Required to handle mails with several Chinese character sets.
requires 'Encode::HanExtra', ">= 0.23";

Expand Down

0 comments on commit f04558b

Please sign in to comment.