diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-07-13 17:00:53 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-07-13 17:01:18 -0700 |
commit | c75cfcf022bbc2d851c911d5a33a70983d4ede48 (patch) | |
tree | 8ace48772a7158f1c868783a4e2bb5963501b214 /INSTALL | |
parent | 188f5f276c09b83b41becaf3048725df266f3f4a (diff) | |
download | perl-c75cfcf022bbc2d851c911d5a33a70983d4ede48.tar.gz |
[perl #113020] INSTALL: Clarify CPAN::autobundle
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -104,8 +104,9 @@ On a related issue, old modules may possibly be affected by the changes in the Perl language in the current release. Please see pod/perldelta.pod for a description of what's changed. See your installed copy of the perllocal.pod file for a (possibly incomplete) -list of locally installed modules. Also see CPAN::autobundle for one -way to make a "bundle" of your currently installed modules. +list of locally installed modules. Also see the L<CPAN> module's +C<autobundle> function for one way to make a "bundle" of your currently +installed modules. =head1 Run Configure |