This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: closure referents → closure references
authorFather Chrysostomos <sprout@cpan.org>
Sun, 8 Jul 2012 21:51:10 +0000 (14:51 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 16 Sep 2012 05:45:01 +0000 (22:45 -0700)
This goes back to 2ba9eb46.

pod/perldiag.pod

index a874946..82aa423 100644 (file)
@@ -4567,7 +4567,7 @@ C<can> may break this.
 current scope or statement, effectively eliminating all access to
 the previous instance.  This is almost always a typographical error.
 Note that the earlier subroutine will still exist until the end of
-the scope or until all closure referents to it are destroyed.
+the scope or until all closure references to it are destroyed.
 
 =item Subroutine %s redefined
 
@@ -5665,7 +5665,7 @@ known at compile time.  See L<perlre>.
 current scope or statement, effectively eliminating all access to the
 previous instance.  This is almost always a typographical error.  Note
 that the earlier variable will still exist until the end of the scope
-or until all closure referents to it are destroyed.
+or until all closure references to it are destroyed.
 
 =item Variable syntax