In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/ca2bf4b7509cb12126c80f55c7b9f389abd717aa?hp=ea660a4b6fce8edea3a2936b115f9b2d7dfd2b67>

- Log -----------------------------------------------------------------
commit ca2bf4b7509cb12126c80f55c7b9f389abd717aa
Author: Dave Rolsky <[email protected]>
Date:   Thu May 7 14:59:49 2015 -0500

    Add a missing word in perlobj
-----------------------------------------------------------------------

Summary of changes:
 pod/perlobj.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perlobj.pod b/pod/perlobj.pod
index 61e636b..fc8770a 100644
--- a/pod/perlobj.pod
+++ b/pod/perlobj.pod
@@ -949,7 +949,7 @@ C<Devel::GlobalDestruction> module on CPAN.
 
 If your C<DESTROY> method issues a warning during global destruction,
 the Perl interpreter will append the string " during global
-destruction" the warning.
+destruction" to the warning.
 
 During global destruction, Perl will always garbage collect objects
 before unblessed references. See L<perlhacktips/PERL_DESTRUCT_LEVEL>

--
Perl5 Master Repository

Reply via email to