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