This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix URL to Unicode 5.1.0 notable changes
[perl5.git] / pod / perl593delta.pod
index 66a4630..80f8cb9 100644 (file)
@@ -263,7 +263,7 @@ their system dependent constants - as a result C<use POSIX;> now takes about
 
 The new compilation flag C<PERL_DONT_CREATE_GVSV>, introduced as an option
 in perl 5.8.8, is turned on by default in perl 5.9.3. It prevents perl
-from creating an empty scalar with every new typeglob. See L<perl588delta>
+from creating an empty scalar with every new typeglob. See L<perl589delta>
 for details.
 
 =head2 Weak references are cheaper