Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37884988
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-Makefile.patch
Download


Portability patch for Makefile.PL (rt.cpan.org, #2070)
--- ./Makefile.PL
+++ ./Makefile.PL
@@ -24,7 +24,7 @@ else {
 }
 
 print "Checking $perl_path is the same version as this one...";
-chomp(my $V = `$perl_path -MConfig -le 'print Config->myconfig'`);
+chomp(my $V = `$perl_path -MConfig -le 'print(Config->myconfig())'`);
 if ($V eq Config->myconfig) {
     print "ok\n";
 }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin