diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | perl.prov | 2 | ||||
-rwxr-xr-x | perl.req | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -4,6 +4,7 @@ (Per Oyvind, mdv) - perl.prov: sync with upstream rpm.org: o make perl.{req,prov} warn about unreadable files + o skip new-fangled head[34] while gerenerating deps (#118243) - use upstream fonconfig.prov as we had exactly the same file Version 1.147-12 - 24 Jul 2012, by Colin @@ -101,7 +101,7 @@ sub process_file { # properly belongs in the over/back section) but people do not # read the perldoc. - if (m/^=(head1|head2|pod|item)/) { + if (m/^=(head[1-4]|pod|item)/) { $incomment = 1; } @@ -100,7 +100,7 @@ sub process_file { # properly belongs in the over/back section) but people do not # read the perldoc. - if ( (m/^=(head1|head2|pod|item)/) .. (m/^=(cut)/) ) { + if ( (m/^=(head[1-4]|pod|item)/) .. (m/^=(cut)/) ) { next; } |