This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck.t: Extract line numbers from strings properly
authorKarl Williamson <public@khwilliamson.com>
Mon, 23 May 2011 03:21:31 +0000 (21:21 -0600)
committerKarl Williamson <public@khwilliamson.com>
Mon, 23 May 2011 03:30:54 +0000 (21:30 -0600)
commit3cb68c65739fa857313930adfaf3edb40ae8032c
tree29d1032d39410d2736522cc749e1832f13e11e5f
parente678c2947ab9ff776af461b393f3a3eecebab64a
podcheck.t: Extract line numbers from strings properly

There was a typo in this regex.  I added a \b for good measure.
This bug was currently showing up on VMS-only, where a string
was getting returned instead of a hash.  And the regex that
deals with strings had a typo, so wasn't matching.

It remains to be seen if there is an underlying issue on VMS that
was causing this error, and other OSs don't have it.
t/porting/podcheck.t