Sophie

Sophie

distrib > Mageia > 2 > x86_64 > by-pkgid > 520d7ceb93d465678bbe984e15079201 > files > 8

perl-5.14.2-8.1.mga2.src.rpm

--- dist/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm	2007-12-18 11:47:07.000000000 +0100
+++ dist/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm.oden	2008-12-15 15:38:01.000000000 +0100
@@ -60,7 +60,7 @@ sub parse_from_file {
       unless -e $pod2man;
   }
 
-  my $command = "$pod2man $switches --lax $file | $render -man";
+  my $command = "$pod2man $switches --lax $file | $render -c -man";
          # no temp file, just a pipe!
 
   # Thanks to Brendan O'Dea for contributing the following block
@@ -81,6 +81,8 @@ sub parse_from_file {
   # don't have a -c switch, so that unconditionally adding it here
   # would presumably be a Bad Thing   -- sburke@cpan.org
 
+  # [Pixel] our man do have the -c switch, using it!!
+
   $command .= " | col -x" if Pod::Perldoc::IS_HPUX;
   
   defined(&Pod::Perldoc::DEBUG)