ppisar commented on the pull-request: `Support 'package NAME VERSION;' syntax 
in perl.prov` that you are following:
``
Could you post your patch upstream and link the CPAN RT from the spec file?

Regarding the patch, it now search each line twice because of two regular 
expression. What about replacing the `or` expression with a single expression 
using a non-capturing optional group?

/^(\s*\{?\s*)package\s+($re_pkg)(?:\s+($re_ver))?\s*;
``

To reply, visit the link below
https://src.fedoraproject.org/rpms/perl-rpm-build-perl/pull-request/1
-- 
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam, report it: 
https://forge.fedoraproject.org/infra/tickets/issues/new

Reply via email to