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

Sergio Basto <ser...@serjux.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo?(ser...@serjux.com |
                   |)                           |



--- Comment #7 from Sergio Basto <ser...@serjux.com> ---
hi,
I just notice today with your comment that sed command was already to fix for
bad generation by perl-generators 

(In reply to Jitka Plesnikova from comment #4)
> (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.

These examples just confirm my suggest rule is correct, all the cases end with
a semicolon.

In my point of view, the problem of the regexp is to trying do all in one step,
if we have two or more steps, should be easier to work the regexps, in this
case, if you extract the lines first and after in a second step check if end
with semicolon ...  


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

done (
https://src.fedoraproject.org/rpms/dpkg/c/09d84c98b04c58751f4d03fa4cc141a9f987958b?branch=rawhide
)


-- 
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