This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor podcheck.t to slurp files into scalars, instead of an array of lines.
authorNicholas Clark <nick@ccl4.org>
Mon, 23 May 2011 14:05:42 +0000 (15:05 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 23 May 2011 14:05:42 +0000 (15:05 +0100)
commit144a708b2275ee00fb979c6abd3e4bd0e3982401
tree375671fc3a8e6de8a14d577bc037bb0f7ab47528
parentb16db30f69d860cfe703e1f0630cf18ee6024d72
Refactor podcheck.t to slurp files into scalars, instead of an array of lines.

Multiline matches in the regex engine are faster than looping and processing
in Perl space.
t/porting/podcheck.t