File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ requires 'strictures', 1;
177
177
requires ' utf8' ;
178
178
requires ' version' , ' 0.9901' ;
179
179
requires ' warnings' ;
180
- requires ' Mojolicious::Plugin::MountPSGI' ;
180
+ requires ' Mojolicious::Plugin::MountPSGI' , ' 0.14 ' ;
181
181
requires ' Mojolicious::Plugin::OpenAPI' ;
182
182
requires ' YAML::XS' , ' 0.67' ; # Mojolicious::Plugin::OpenAPI YAML loading
183
183
Original file line number Diff line number Diff line change @@ -4844,10 +4844,10 @@ DISTRIBUTIONS
4844
4844
List::Util 1.41
4845
4845
Time::Local 1.2
4846
4846
perl 5.010001
4847
- Mojolicious-Plugin-MountPSGI-0.13
4848
- pathname: M/MR/MRAMBERG /Mojolicious-Plugin-MountPSGI-0.13 .tar.gz
4847
+ Mojolicious-Plugin-MountPSGI-0.14
4848
+ pathname: J/JB/JBERGER /Mojolicious-Plugin-MountPSGI-0.14 .tar.gz
4849
4849
provides:
4850
- Mojolicious::Plugin::MountPSGI 0.13
4850
+ Mojolicious::Plugin::MountPSGI 0.14
4851
4851
Mojolicious::Plugin::MountPSGI::Proxy undef
4852
4852
requirements:
4853
4853
ExtUtils::MakeMaker 0
Original file line number Diff line number Diff line change @@ -26,10 +26,6 @@ use MetaCPAN::Script::Runner ();
26
26
use Search::Elasticsearch ();
27
27
use Try::Tiny qw( catch try ) ;
28
28
29
- # MountPSGI doesn't set PLACK_ENV, so Plack::Util::load_psgi defaults to development.
30
- # Hack around that until MountPSGI is fixed.
31
- $ENV {PLACK_ENV } ||= $ENV {' MOJO_MODE' } || ' development' ;
32
-
33
29
has es => sub {
34
30
return Search::Elasticsearch-> new(
35
31
client => ' 2_0::Direct' ,
You can’t perform that action at this time.
0 commit comments