This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update META.yml
[perl5.git] / overload.c
index 909a0ee..4a9c94b 100644 (file)
@@ -83,6 +83,7 @@ static const U8 PL_AMG_namelens[NofAMmeth] = {
     3,
     3,
     3,
+    3,
     7
 };
 
@@ -159,5 +160,6 @@ static const char * const PL_AMG_names[NofAMmeth] = {
     "(.=",
     "(~~",
     "(-X",
+    "(qr",
     "DESTROY"
 };