Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37527171
en ru br
ALT Linux repos
S:1.606-alt1.1
5.0: 1.401-alt1
4.1: 1.401-alt1
4.0: 1.401-alt1
3.0: 1.401-alt1

Group :: Development/Perl
RPM: perl-Text-English

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-Text-English-1.302-alt-perldoc.patch
Download


--- perlindex-1.302/perlindex.PL-	2004-05-21 21:37:51 +0000
+++ perlindex-1.302/perlindex.PL	2004-06-17 14:56:46 +0000
@@ -356,11 +356,11 @@ sub search {
                     my ($path) = ($selection =~ m:(\S+)$:);
                     $path = $prefix.'/'.$path;
                     print STDERR "Running pod2man $path\n";
-                    system "pod2man --official $path | $nroff -man | $pager";
+                    system "perldoc -F $path";
                 }
             } else {
                 my $path = $prefix."/bin/perlindex";
-                system "pod2man --official $path | $nroff -man | $pager";
+                system "perldoc -F $path";
             }
         }
         &cbreak('off') if $opt_cbreak;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin