SHA256
6
0
forked from pool/perl
OBS User unknown
2009-01-14 16:44:56 +00:00
committed by Git OBS Bridge
parent 5ab9af1944
commit a230290b80
4 changed files with 49 additions and 1 deletions

11
perl-nroff.diff Normal file
View File

@@ -0,0 +1,11 @@
--- ./lib/Pod/Perldoc.pm.orig 2009-01-14 14:57:51.000000000 +0000
+++ ./lib/Pod/Perldoc.pm 2009-01-14 14:58:15.000000000 +0000
@@ -648,7 +648,7 @@ sub options_processing {
$self->options_sanity;
- $self->opt_n("nroff") unless $self->opt_n;
+ $self->opt_n("nroff -c") unless $self->opt_n;
$self->add_formatter_option( '__nroffer' => $self->opt_n );
# Adjust for using translation packages