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


Fix test for work with Perl 5.8.9-alt3
Persistent __DATA__ section seems to be broken now.
--- ./t/data.plx
+++ ./t/data.plx
@@ -1,8 +1,6 @@
 #!perl -w
-print <DATA>;
-__DATA__
-This is a test.
-
-If this were a real program beer would have fallen from the overhead
-containers.
+print "This is a test.\n";
+print "\n";
+print "If this were a real program beer would have fallen from the overhead\n";
+print "containers.\n";
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin