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