Skip to content

Commit

Permalink
RT 51693: fix pod markup containing '>'
Browse files Browse the repository at this point in the history
  • Loading branch information
moregan committed Dec 30, 2013
1 parent c2d6b37 commit 1cafad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PPI/Find.pm
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ returned the null list, which may also mean simply that no Elements
were found that matched the condition.
Because of this need to explicitly check for errors, an alternative
return value mechanism is provide. If you pass the C<array_ref => 1>
return value mechanism is provide. If you pass the C<< array_ref => 1 >>
parameter to the method, it will return the list of matched Elements
as a reference to an ARRAY. The method will return false if no elements
were matched, or C<undef> on error.
Expand Down

0 comments on commit 1cafad1

Please sign in to comment.