diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | perl.prov | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ - 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) + o skip over =for ... perlpod construct (RhBug:477516) - 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/^=(head[1-4]|pod|item)/) { + if (m/^=(head[1-4]|pod|for|item)/) { $incomment = 1; } |