Michael Schröder
9b4b7aec91
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=113
20 lines
790 B
Diff
20 lines
790 B
Diff
--- ./cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm.orig 2014-06-02 14:40:44.776012754 +0000
|
|
+++ ./cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm 2014-06-02 14:41:31.621766916 +0000
|
|
@@ -64,7 +64,7 @@ sub _roffer_candidates {
|
|
my( $self ) = @_;
|
|
|
|
if( $self->is_openbsd || $self->is_bitrig ) { qw( mandoc groff nroff ) }
|
|
- else { qw( groff nroff mandoc ) }
|
|
+ else { qw( nroff groff mandoc ) }
|
|
}
|
|
|
|
sub _find_roffer {
|
|
@@ -232,6 +232,7 @@ sub _collect_nroff_switches {
|
|
# don't have a -c switch, so that unconditionally adding it here
|
|
# would presumably be a Bad Thing -- sburke@cpan.org
|
|
push @render_switches, '-c' if( $self->_is_roff and $self->is_cygwin );
|
|
+ push @render_switches, '-c' if( $self->_is_nroff );
|
|
|
|
return @render_switches;
|
|
}
|