diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-04-24 09:33:59 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-18 11:15:07 -0600 |
commit | 530f0126691388f9891b28f639f47e4280836ccc (patch) | |
tree | 6709569fc2a714ec0d95ad3bd33307003f1d1b93 | |
parent | ac455f4ca4256dea64dffc4369293851b66f2601 (diff) | |
download | perl-530f0126691388f9891b28f639f47e4280836ccc.tar.gz |
perlfunc: Refer to if.pm from "use"
-rw-r--r-- | pod/perlfunc.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index cafb6903d9..9110b6a620 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -7326,6 +7326,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>. 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 |