Skip to content

Commit 25e15e6

Browse files
committed
Turn on serializer by default now. Some tests fail...triage time.
1 parent 067d904 commit 25e15e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NQP/World.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use NQPP6Regex;
22

3-
my $NEW_SER := 0;
3+
my $NEW_SER := 1;
44

55
class NQP::World is HLL::World {
66
# The stack of lexical pads, actually as PAST::Block objects. The

0 commit comments

Comments
 (0)