[MacPorts] #17785: p5-pod-readme should not depend on p5-podlators

MacPorts noreply at macports.org
Sun Dec 28 20:11:46 PST 2008


#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


More information about the macports-tickets mailing list