Skip to content

Commit

Permalink
Fixed up documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Leont committed Nov 13, 2013
1 parent 4fd0db4 commit 6c02d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Devel/FindPerl.pm
Expand Up @@ -139,9 +139,9 @@ This module tries to find the path to the currently running perl. It (optionally
=func find_perl_interpreter($config = ExtUtils::Config->new) =func find_perl_interpreter($config = ExtUtils::Config->new)
This function will try really really hard to find the path to the perl running your program. I should be able to find it in most circumstances. Note that the result of this function will be cached for any serialized value of C<$config>. This function will try really really hard to find the path to the perl running your program. I should be able to find it in most circumstances. Note that the result of this function will be cached for any serialized value of C<$config>. It will return a list that usually but not necessarily is containing one element; additional elements are arguments that must be passed to that perl for correct functioning.
=func perl_is_same($path) =func perl_is_same($path, @arguments)
Tests if the perl in C<$path> is the same perl as the currently running one. Tests if the perl in C<$path> is the same perl as the currently running one.
Expand Down

0 comments on commit 6c02d7b

Please sign in to comment.