summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-08-10 13:55:16 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2015-08-10 13:55:16 +0100
commitd29663db9ff1074310fa81f41182918928df4661 (patch)
tree63a1da80ed96a2e8807bad158b434e074c03458b
parent8384a6d6699a0d12b8743bd4d13da29985b77334 (diff)
downloadperl-d29663db9ff1074310fa81f41182918928df4661.tar.gz
Fix typo introduced in 0b81c0dda6
-rw-r--r--t/base/rs.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/base/rs.t b/t/base/rs.t
index 6f3c4b5abe..f52d8e42ff 100644
--- a/t/base/rs.t
+++ b/t/base/rs.t
@@ -127,7 +127,7 @@ $/ = "\n";
# binary-incompatible previously-installed version. The eval won’t help in
# intercepting a SIGTRAP.
local @INC = ("../lib", "lib", @INC);
- if (not eval q/use PerelIO::scalar; 1/) {
+ if (not eval q/use PerlIO::scalar; 1/) {
# In-memory files necessitate PerlIO::scalar, thus a perl with
# perlio and dynaloading enabled. miniperl won't be able to run this
# test, so skip it