<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff -bu IO-All-0.86-YpGHx0/t/pipe.t~ IO-All-0.86-YpGHx0/t/pipe.t
--- IO-All-0.86-YpGHx0/t/pipe.t~	2015-01-02 03:44:47.000000000 +0100
+++ IO-All-0.86-YpGHx0/t/pipe.t	2016-06-14 15:28:57.000000000 +0200
@@ -4,8 +4,8 @@
 
 my $perl_version &lt; io("$^X -v|");
 ok($perl_version =~ /Larry Wall/);
-ok($perl_version =~ /This is perl/);
+ok($perl_version =~ /This is c?perl/);
 
 io("$^X -v|") &gt; $perl_version;
 ok($perl_version =~ /Larry Wall/);
-ok($perl_version =~ /This is p(erl|onie)/);
+ok($perl_version =~ /This is c?p(erl|onie)/);
</pre></body></html>