On Sat, Oct 24, 2009 at 01:24:36PM +0200, Nicholas Clark wrote:
> In perl.git, the branch blead has been updated
>
> <http://perl5.git.perl.org/perl.git/commitdiff/d47e1c27dd43d7b79216c58864a5e539f612e974?hp=d5114285ea0d40a354b962dd1686fb71e1d1c707>
>
> - Log -----------------------------------------------------------------
> No new revisions added by this update
Oh, that's interesting.
And buggy.
> -----------------------------------------------------------------------
>
> Summary of changes:
> op.c | 5 -----
> t/lib/strict/refs | 2 ++
> t/op/gv.t | 5 ++++-
> t/op/stash.t | 20 ++++++++++++--------
> t/op/undef.t | 20 ++++++++++++++++----
> 5 files changed, 34 insertions(+), 18 deletions(-)
>
Because the script has failed to push this description to the mailing list:
commit d47e1c27dd43d7b79216c58864a5e539f612e974
Author: Nicholas Clark <nick@ccl4.org>
Date: Sat Oct 24 10:25:28 2009 +0100
Make defined %hash on a non-lexical (also) generate a deprecated warning.
Tk has been fixed, and no longer uses defined %stash:: to determine if a package
has been loaded.
[I pushed a new branch remove-toke-package-defined-hack, at 2bf30462af80561c,
and 1 change to blead, at d47e1c27dd43d7b7
2bf30462af80561c -> 1352e35eb982c6b3 -> d47e1c27dd43d7b7 -> [already pushed]
So d47e1c27dd43d7b7 should have been reported.]
Nicholas Clark