perl-cgi: disable comment stripping which damages module 3739/head
authorPhilip Prindeville <philipp@redfish-solutions.com>
Fri, 6 Jan 2017 22:39:36 +0000 (15:39 -0700)
committerPhilip Prindeville <philipp@redfish-solutions.com>
Wed, 11 Jan 2017 21:14:59 +0000 (14:14 -0700)
commit028ad67a5a1e5f100db194083cdeca50205121c7
tree4f0de441b87020a3cb73ee659d610f7dfaaebf97
parent811595c8488405fb62ae718a4fca7b99a27756df
perl-cgi: disable comment stripping which damages module

The macro perlmod/Install does comment stripping which gets confused by
the line:

in several files in this module, incorrectly deleting it as a comment.
It's not: it's the closure of a "= q/" literal.

See PR #3740 as this is a prerequisite.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
lang/perl-cgi/Makefile