This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlmodinstall tweaks from Philip Newton.
[perl5.git] / pod / perlref.pod
index e8e9ab7..7255162 100644 (file)
@@ -31,7 +31,7 @@ have been officially "blessed" into a class package.)
 
 Symbolic references are names of variables or other objects, just as a
 symbolic link in a Unix filesystem contains merely the name of a file.
-The C<*glob> notation is something of a of symbolic reference.  (Symbolic
+The C<*glob> notation is something of a symbolic reference.  (Symbolic
 references are sometimes called "soft references", but please don't call
 them that; references are confusing enough without useless synonyms.)