Blame SOURCES/Pod-Perldoc-3.28-Upgrade-to-3.2801.patch

17eddb
From d469b8609b566b972c7cc3ed74029cdddea50eee Mon Sep 17 00:00:00 2001
17eddb
From: Jitka Plesnikova <jplesnik@redhat.com>
17eddb
Date: Thu, 24 May 2018 10:48:47 +0200
17eddb
Subject: [PATCH] Upgrade to 3.2801
17eddb
17eddb
---
17eddb
 lib/Pod/Perldoc.pm | 12 +-----------
17eddb
 1 file changed, 1 insertion(+), 11 deletions(-)
17eddb
17eddb
diff --git a/lib/Pod/Perldoc.pm b/lib/Pod/Perldoc.pm
17eddb
index 8d695b2..bb6ffc8 100644
17eddb
--- a/lib/Pod/Perldoc.pm
17eddb
+++ b/lib/Pod/Perldoc.pm
17eddb
@@ -12,7 +12,7 @@ use File::Spec::Functions qw(catfile catdir splitdir);
17eddb
 use vars qw($VERSION @Pagers $Bindir $Pod2man
17eddb
   $Temp_Files_Created $Temp_File_Lifetime
17eddb
 );
17eddb
-$VERSION = '3.28';
17eddb
+$VERSION = '3.2801';
17eddb
 
17eddb
 #..........................................................................
17eddb
 
17eddb
@@ -486,11 +486,6 @@ sub init_formatter_class_list {
17eddb
 
17eddb
   $self->opt_M_with('Pod::Perldoc::ToPod');   # the always-there fallthru
17eddb
   $self->opt_o_with('text');
17eddb
-  $self->opt_o_with('term') 
17eddb
-    unless $self->is_mswin32 || $self->is_dos || $self->is_amigaos
17eddb
-       || !($ENV{TERM} && (
17eddb
-              ($ENV{TERM} || '') !~ /dumb|emacs|none|unknown/i
17eddb
-           ));
17eddb
 
17eddb
   return;
17eddb
 }
17eddb
@@ -1937,11 +1932,6 @@ sub page {  # apply a pager to the output file
17eddb
 	    } elsif($self->is_amigaos) { 
17eddb
                 last if system($pager, $output) == 0;
17eddb
             } else {
17eddb
-                my $formatter = $self->{'formatter_class'};
17eddb
-                if ( $formatter->can('pager_configuration') ) {
17eddb
-                  $self->aside("About to call $formatter" . "->pager_configuration(\"$pager\")\n");
17eddb
-                  $formatter->pager_configuration($pager, $self);
17eddb
-                }
17eddb
                 last if system("$pager \"$output\"") == 0;
17eddb
             }
17eddb
         }
17eddb
-- 
17eddb
2.14.3
17eddb