summaryrefslogtreecommitdiff
path: root/t/base
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-07-12 23:23:20 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-07-12 23:23:20 -0700
commitc3eee33ff6b20f87b354c5300d7cede17cef4e32 (patch)
tree938a478fa72d3bbdacf99275c691a85eb2bbac81 /t/base
parent8748370e90a24f3901d476f43ed77f1ac3d861f4 (diff)
downloadperl-c3eee33ff6b20f87b354c5300d7cede17cef4e32.tar.gz
Revert "Allow => to quote built-in keywords across lines"
This reverts commit 5969c5766a5d3f6b42a5140548d7c3d6812fec8b. It appears to be failing with non-mad builds.
Diffstat (limited to 't/base')
-rw-r--r--t/base/lex.t6
1 files changed, 1 insertions, 5 deletions
diff --git a/t/base/lex.t b/t/base/lex.t
index 7821e763a3..7ef753807b 100644
--- a/t/base/lex.t
+++ b/t/base/lex.t
@@ -1,6 +1,6 @@
#!./perl
-print "1..94\n";
+print "1..93\n";
$x = 'x';
@@ -443,7 +443,3 @@ y # comment
;
print "not " unless $_ eq 'b';
print "ok 93 - y <comment> <newline> ...\n";
-
-print "not " unless (time
- =>) eq time=>;
-print "ok 94 - => quotes keywords across lines\n";