Perl Where/what is the "HTML/Entities.pm" Port?

Since Perl is being broken up (quoting from the p5-GCI pkg-descr, ". . .the classic perl CGI module, bundled with Perl until Perl 5.22 . . .is continuing on p5-CGI and components of it are actively splitting to other modules.") into a lot of chipped-off pieces, now the instance, i.e., /use/local/bin/perl5.24.0, is complaining as follows:

Code:
Can't locate HTML/Entities.pm in @INC (you may need to install the HTML::Entities module) (@INC contains: /usr/local/lib/perl5/site_perl/mach/5.24 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.24/mach /usr/local/lib/perl5/5.24) at /usr/local/lib/perl5/site_perl/CGI.pm line 2210.
you may need to install the HTML::Entities module
. . .may??? . . .well, do I, or don't I??? . . .whatever . . .more to what or where IS the HTML::Entities module. In other words, if you're looking for it (whatever it is) in the Ports, then how do you "spell" it?

foobar:/usr/ports/www # ls -lh | less
Code:
~
drwxr-xr-x  2 root  wheel  512B May 13 11:22 p5-HTML-Display
drwxr-xr-x  2 root  wheel  512B May 13 11:22 p5-HTML-Element-Extended
drwxr-xr-x  2 root  wheel  512B May 13 11:22 p5-HTML-Element-Library
drwxr-xr-x  2 root  wheel  512B May 13 11:22 p5-HTML-Element-Replacer
drwxr-xr-x  2 root  wheel  512B May 13 11:22 p5-HTML-Encoding
drwxr-xr-x  2 root  wheel  512B May 13 11:22 p5-HTML-ExtractContent
drwxr-xr-x  2 root  wheel  512B May 13 11:22 p5-HTML-ExtractMain
drwxr-xr-x  2 root  wheel  512B Jun  4  2015 p5-HTML-Field
~

. . .so what to do? (another wasted day)
 
Back
Top