#66005 closed defect (fixed)

LaTeXML: missing dependency on p5.34-pod-parser

Reported by: xworld21 (Vincenzo Mantova) Owned by: brucemiller (bruce miller)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc:
Port: LaTeXML

Description

I have received reports of LaTeXML not working on a fresh install, with error:

Can't locate Pod/Find.pm in @INC (you may need to install the Pod::Find module)

but I have also been told that adding p5.34-pod-parser fixes the problem. Could you please add it as a dependency?

Change History (3)

comment:1 Changed 19 months ago by jmroot (Joshua Root)

Cc: brucemiller removed
Owner: set to brucemiller
Status: newassigned
Summary: missing dependency on p5.34-pod-parserLaTeXML: missing dependency on p5.34-pod-parser

Looks like this was overlooked in the transition to perl 5.34.

This module is considered legacy; modern Perl releases (5.31.1 and higher) are going to remove Pod-Parser from core and use Pod::Simple for all things POD. – https://metacpan.org/pod/Pod::Find

comment:3 Changed 18 months ago by brucemiller (bruce miller)

Resolution: fixed
Status: assignedclosed

In 1178bea615a6281306dd90a7ba91a35f021c768f/macports-ports (master):

LaTeXML: add dependency on p5-pod-parser

  • add dependence on Pod::Parser, since it is no-longer core in Perl 5.34
  • bump revision

Closes: #66005

Note: See TracTickets for help on using tickets.