We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4328bde commit 5d953efCopy full SHA for 5d953ef
lib/Text/PerlPP.pm
@@ -5,7 +5,7 @@ package Text::PerlPP;
5
6
# Semantic versioning, packed per Perl rules. Must always be at least one
7
# digit left of the decimal, and six digits right of the decimal.
8
-our $VERSION = '0.500002';
+our $VERSION = '0.500003';
9
10
use 5.010001;
11
use strict;
t/05-external-command.t
@@ -38,7 +38,7 @@ do {
38
is($out, "howdy\n", "basic echo");
39
};
40
41
-if (any { $_ eq $^O } 'dos', 'os2', 'MSWin') {
+if (any { $_ eq $^O } 'dos', 'os2', 'MSWin32') {
42
skip "I don't know how to run the rest of the tests on $^O", $ntests-1;
43
exit;
44
}
0 commit comments