In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/fa4ec2847401b539f0f32edde982f251fd56cd16?hp=7d6175ef71f6339fae97e36c1cdae9e4f47f74d0>
- Log ----------------------------------------------------------------- commit fa4ec2847401b539f0f32edde982f251fd56cd16 Author: Father Chrysostomos <[email protected]> Date: Sun Jun 12 15:14:04 2011 -0700 Fix typo in perlmod ----------------------------------------------------------------------- Summary of changes: pod/perlmod.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pod/perlmod.pod b/pod/perlmod.pod index 02c0493..eb66216 100644 --- a/pod/perlmod.pod +++ b/pod/perlmod.pod @@ -103,7 +103,7 @@ instance. The standard but antiquated F<dumpvar.pl> library and the CPAN module Devel::Symdump make use of this. The results of creating new symbol table entries directly or modifying any -entries that are not already typeglobs are undefined and subject ot change +entries that are not already typeglobs are undefined and subject to change between releases of perl. Assignment to a typeglob performs an aliasing operation, i.e., -- Perl5 Master Repository
