Skip to content

Commit

Permalink
Correct POD link in PPIx::Regexp::Token::Literal.
Browse files Browse the repository at this point in the history
  • Loading branch information
trwyant committed Oct 4, 2023
1 parent 10d49d8 commit a3803c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PPIx/Regexp/Token/Literal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ It is analogous to the C<ord> built-in.
It will not attempt to determine the ordinal of a unicode name
(C<\N{...}>) unless L<charnames|charnames> has been loaded, and supports
the L<vianame()|charnames/charnames::vianame(I<name>)> function.
the L<vianame()|charnames/charnames::vianame(name)> function.
Instead, it will return C<undef>. Users of Perl 5.6.2 and older may be
out of luck here.
Expand Down

0 comments on commit a3803c5

Please sign in to comment.