diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2007-12-11 06:42:08 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-12-11 17:04:04 +0000 |
commit | 187a0176da285209f351a4626ff8b1c74ba2d5ee (patch) | |
tree | 4b4ba6af6722dae2bb0f8e4c5435af000b65e271 /pod/perl5100delta.pod | |
parent | 15839b602c28a4faab40f7355ab0fef473169850 (diff) | |
download | perl-187a0176da285209f351a4626ff8b1c74ba2d5ee.tar.gz |
pod/perl5100delta ought to emphasize dual-life modules.
Message-ID: <Pine.LNX.4.64.0712111138350.17777@fractal.phys.lafayette.edu>
p4raw-id: //depot/perl@32610
Diffstat (limited to 'pod/perl5100delta.pod')
-rw-r--r-- | pod/perl5100delta.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod index 8573a4cc31..3ce94defc3 100644 --- a/pod/perl5100delta.pod +++ b/pod/perl5100delta.pod @@ -618,6 +618,14 @@ C<$foo-E<gt>isa($bar)> lookup. =head1 Modules and Pragmata +=head2 Upgrading individual core modules + +Even more core modules are now also available separately through the +CPAN. If you wish to update one of these modules, you don't need to +wait for a new perl release. From within the cpan shell, running the +'r' command will report on modules with upgrades available. See +C<perldoc CPAN> for more information. + =head2 Pragmata Changes =over 4 |