In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2e59c0a4ed3c79478858423c133613d43383eaaa?hp=82421f5fa2a51fb4bd947506f3a05c320f7a8641>
- Log ----------------------------------------------------------------- commit 2e59c0a4ed3c79478858423c133613d43383eaaa Author: James E Keenan <[email protected]> Date: Fri Apr 7 11:09:22 2017 -0400 Spelling corrections only. ----------------------------------------------------------------------- Summary of changes: dist/Safe/Safe.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm index 1ee3ea8bea..e9f096713d 100644 --- a/dist/Safe/Safe.pm +++ b/dist/Safe/Safe.pm @@ -717,8 +717,8 @@ called from a compartment but not compiled within it. =head2 rdo (FILENAME) This evaluates the contents of file FILENAME inside the compartment. -It uses the same rules a perl's build-in C<do> to locate the file, -poossiblly using C<@INC>. +It uses the same rules as perl's built-in C<do> to locate the file, +poossibly using C<@INC>. See above documentation on the B<reval> method for further details. -- Perl5 Master Repository
