https://bugzilla.redhat.com/show_bug.cgi?id=2171353



--- Comment #4 from Jitka Plesnikova <jples...@redhat.com> ---
(In reply to Sergio Basto from comment #2)
> I tried yesterday without success fixed the regexp , adding more one simple
> rule, lines or comnand must be ended with semi-colon (;) ,
> if you can add this rule it will fix my case !

It is not so easy to solve it by adding semi-colon, because in this case, it
will be ignore command like this:

use overload
    '+' => \&myadd,
    '-' => \&mysub;

use base qw/
    Try
/;

and it brings more issues.

Please add filter for bogus require perl(at) to your spec.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2171353
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to