Bug 23068: (RM follow-up) Make Net::Netmask required
commitb8a5194d24cb8ce5c2f7687376cdcd24cd52e67a
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 6 Nov 2019 12:09:49 +0000 (6 12:09 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 6 Nov 2019 12:12:09 +0000 (6 12:12 +0000)
treebafc0d6198185394b09006f0629ee70303b4fa01
parent622d4f713be7d3984443f4c5d3a25fd88671fa82
Bug 23068: (RM follow-up) Make Net::Netmask required

Net::Netmask is used in the new Plack::Middleware::RealIP module, which
is in turn used in the psgi plack startup script.  We don't have access
to C4::Context inside the startup script and as such don't have access
to the config to work out if loading this module should be optional.

As such, I'm taking the easy route and just making the dependancy a
required one. It's small and already packaged for debian and as such
should not cause anyone any issues.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Installer/PerlDependencies.pm