File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,13 @@ use v5.20;
66
77use constant LIB_IS_SYMLINK => -l " /lib" ;
88
9+ # This is the sign of the hacks this involves, LWP for example does a lot of
10+ # require on demand. Various other tools don't fully load things either. In
11+ # general things fail pretty obviously with module not found errors.
912my %additional_requires = (
1013 " LWP/UserAgent.pm" => [qw( HTTP::Headers::Util LWP::Authen::Basic HTTP::Request::Common HTML::HeadParser HTTP::Config File::Temp Encode Encode::Locale LWP::Protocol::http LWP::Protocol::https) ],
1114 " URI.pm" => [qw( URI/_foreign.pm URI::data URI::file URI::http URI::https) ],
12- " Plack/Runner.pm" => [qw( Getopt::Long Getopt::Long::Parser Plack::Loader Socket POSIX Carp Config_heavy.pl ) ],
15+ " Plack/Runner.pm" => [qw( Getopt::Long Getopt::Long::Parser Plack::Loader Socket POSIX Carp) ],
1316);
1417
1518our $x ;
You can’t perform that action at this time.
0 commit comments