Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37881639
en ru br
ALT Linux repos
S:0.25-alt6
5.0: 0.25-alt1
4.1: 0.25-alt1

Group :: Development/Perl
RPM: perl-PPerl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: PPerl-0.25-alt-djbish.patch
Download


Fix test script for proper output.
--- ./t/djbish.plx
+++ ./t/djbish.plx
@@ -10,5 +10,5 @@ close SOUT
   or die "cannot close fd 1 - $!";
 
 chomp $read;
-exit 20 if $read eq "#!perl -w"; # the top line of this file
+exit 20 if $read eq "#!/usr/bin/perl -w"; # the top line of this file
 exit 1;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin