[MacPorts] #17785: p5-pod-readme should not depend on p5-podlators
#17785: p5-pod-readme should not depend on p5-podlators ---------------------------------+------------------------------------------ Reporter: vinc17@… | Owner: narf_tm@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: p5-pod-readme ---------------------------------+------------------------------------------ p5-pod-readme cannot be installed since it depends on p5-podlators, which is itself not installable, because the files are already provided by the perl5.8 port. As a consequence this dependency is also unnecessary, and indeed, p5-pod-readme can be built even though p5-podlators is not installed. -- Ticket URL: <http://trac.macports.org/ticket/17785> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17785: p5-pod-readme should not depend on p5-podlators ----------------------------------+----------------------------------------- Reporter: vinc17@… | Owner: narf_tm@… Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: Port: p5-pod-readme | ----------------------------------+----------------------------------------- Changes (by narf_tm@…): * status: new => closed * resolution: => fixed Comment: Pod::Readme 0.09 requires Pod::Text 3.0. Perl 5.8 has a much older version of Pod::Text. I changed the p5-podlators port so it will overwrite the Perl modules. Fixed in changeset [44413]. -- Ticket URL: <http://trac.macports.org/ticket/17785#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17785: p5-pod-readme should not depend on p5-podlators ----------------------------------+----------------------------------------- Reporter: vinc17@… | Owner: narf_tm@… Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: | Keywords: Port: p5-pod-readme | ----------------------------------+----------------------------------------- Changes (by vinc17@…): * status: closed => reopened * resolution: fixed => Comment: No, Pod::Readme 0.09 does not require Pod::Text. No errors at build time, and no references in the module: {{{ $ grep Pod:: /opt/local/lib/perl5/vendor_perl/5.8.8/Pod/Readme.pm Pod::Readme - Convert POD to README file Pod::PlainText use Pod::Readme; my $parser = Pod::Readme->new(); package Pod::Readme; use Pod::PlainText; @ISA = qw( Pod::PlainText ); # This code is based on code from Pod::PlainText 2.02 # enhancement over the original Pod::Text. This module is a subclass of L<Pod::PlainText> which provides additional $parser = Pod::Readme->new( readme_type => "copying" ); by other POD processors (such as "testing" or "html"). L<Pod::Readme> will $parser = Pod::Readme->new( debug => 1 ); Some portions are based on L<Pod::PlainText> 2.02. }}} and no error with pod2readme. Also ports that overwrite the Perl modules are broken. -- Ticket URL: <http://trac.macports.org/ticket/17785#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17785: p5-pod-readme should not depend on p5-podlators ----------------------------------+----------------------------------------- Reporter: vinc17@… | Owner: narf_tm@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: Port: p5-pod-readme | ----------------------------------+----------------------------------------- Changes (by ryandesign@…): * status: reopened => closed * resolution: => fixed Comment: Replying to [comment:2 vinc17@…]:
No, Pod::Readme 0.09 does not require Pod::Text. I removed the dependency in r55831.
-- Ticket URL: <http://trac.macports.org/ticket/17785#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts