The group problems recently experienced are due to a small error
introduced in 5.003_06. This patch is required to fix the bug:
}
#endif
sv_setpv(sv,buf);
- SvNOK_on(sv); /* what a wonderful hack! */
+ SvIOK_on(sv); /* what a wonderful hack! */
break;
case '*':
break;