Skip to content

Commit af88496

Browse files
committed
Fixing uni/class.t - user defined property
Investigate, this could break other tests by changing the error message order but this is probably the correct fix to apply.
1 parent 79d5e67 commit af88496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/B/C/OverLoad/B/PMOP.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ sub do_save {
9898
my $initpm = init1();
9999
my $can_defer = 1;
100100

101-
if ( $qre =~ m/\\[pNx]\{/
101+
if ( $qre =~ m/\\[Nx]\{/
102102
|| $qre =~ m/\\U/
103103
|| ( $op->reflags & SVf_UTF8 || $utf8 ) ) {
104104
$initpm = init2();

0 commit comments

Comments
 (0)