Optimize POD section handling in _parse_fh()
authorVincent Pit <perl@profvince.com>
Sat, 28 Jul 2012 17:11:29 +0000 (19:11 +0200)
committerVincent Pit <perl@profvince.com>
Sat, 28 Jul 2012 17:33:58 +0000 (19:33 +0200)
commit921abefc6515ee816ce328eba4ac604e37d89752
treeb1d45518bd0958a45255cd210825b5cc238cbee3
parent016467ac29db565d5ad527180cb42ec8226c84d8
Optimize POD section handling in _parse_fh()

This is one of the hot spots that NYTProf points out for _parse_fh().
Avoiding the negative lookahead and the redundant regexp match for /^=cut/
yields a 10% speedup.
lib/Module/Metadata.pm