In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/08ed35428f286e0e7b62691e5db80d8296843dae?hp=606599e1b75bd972167796e8a3f88a7821d3d8c6>
- Log ----------------------------------------------------------------- commit 08ed35428f286e0e7b62691e5db80d8296843dae Author: Ricardo Signes <[email protected]> Date: Thu Jan 17 22:21:12 2013 -0500 tweak the way we mention if.pm It should be clear even to readers of the documentation in text format that "if" is a module and not the "if" flow control. ----------------------------------------------------------------------- Summary of changes: pod/perlfunc.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 9d35adf..cdae29f 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -8457,7 +8457,7 @@ package. It is exactly equivalent to BEGIN { require Module; Module->import( LIST ); } except that Module I<must> be a bareword. -The importation can be made conditional; see L<if>. +The importation can be made conditional by using the L<if> module. In the peculiar C<use VERSION> form, VERSION may be either a positive decimal fraction such as 5.006, which will be compared to C<$]>, or a v-string -- Perl5 Master Repository
