diff options
author | David Golden <dagolden@cpan.org> | 2013-05-23 18:08:48 -0400 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2013-05-23 20:11:25 -0400 |
commit | 3d6c5fec8cb3579a30be60177e31058bc31285d7 (patch) | |
tree | bd3a0ce863e817d79188b0a232d1dfd63ae3a1e0 /lib/diagnostics.t | |
parent | 1dcc3c19f1c031cf741527de0a2b2e4c178e9f04 (diff) | |
download | perl-3d6c5fec8cb3579a30be60177e31058bc31285d7.tar.gz |
fix various podcheck nits
Diffstat (limited to 'lib/diagnostics.t')
-rw-r--r-- | lib/diagnostics.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diagnostics.t b/lib/diagnostics.t index 6eecdda0ad..206d2a4696 100644 --- a/lib/diagnostics.t +++ b/lib/diagnostics.t @@ -43,7 +43,7 @@ seek STDERR, 0,0; $warning = ''; warn 'Lexing code attempted to stuff non-Latin-1 character into Latin-1 input'; -like $warning, qr/using lex_stuff_pvn or similar/, 'L<foo|bar/baz>'; +like $warning, qr/lex_stuff_pvn or similar/, 'L<foo|bar/baz>'; # Multiple messages with the same description seek STDERR, 0,0; |