Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > 5f5946e91cdf0dec287e96e997baa0a1 > files > 10

perl-5.12.3-4.2.mga1.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)