Subject: | Since 5.18 the tokenizer is noisy |
The perl5180delta.pod document has this to say:
=head2 Splitting the tokens C<(?> and C<(*> in regular expressions
A deprecation warning is now raised if the C<(> and C<?> are separated
by white space or comments in C<(?...)> regular expression constructs.
Similarly, if the C<(> and C<*> are separated in C<(*VERB...)>
constructs.
Since then RTF::Tokenizer is noisy. This can be observed in this sample report from cpantesters:
http://www.cpantesters.org/cpan/report/f82d08ae-575a-11e3-b829-a1ce9d5baa37
Disclaimer: I'm not a user, I just tipped over this while watching my cpantesters smoker.
Thanks && Regards,