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