Subject: | Env is not needed/used |
Date: | Mon, 7 Dec 2020 12:11:41 -0800 |
To: | bug-Lingua-EN-Inflect [...] rt.cpan.org |
From: | Bob Kleemann <rkleemann [...] gmail.com> |
Line 5 of Lingua/EN/Inflect.pm uses the module Env, but none of the
following lines appear to actually use the module. I commented out the
line, and then ran "perl Makefile.PL && make && make test", which
successfully ran to completion. I searched for all instances of
"[@$][[:upper:]]+(?:_[[:upper:]]+)*\b" in Inflect.pm, and found that
they're all Perl variables, and not environment variables that might have
been imported.
This also addresses the issue that Env is not listed in the prerequisites
in META.{json,yml}, nor in Makefile.PL. That issue I ran across while
trying to build a docker container.