Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Attribute-Handlers
From: Shell Hung
Date: 2002-06-10 04:35:49
Message id: 20020610023549.8B615B004@cvs.netbsd.org
Log Message:
Updated to Attribute-Handlers-0.77
- Updated master_sites
Changes :
- Attribute::Handlers now is core.
- Brought up to date with perl 5.8RC1 version
will be 5.8 if no more changes come in
- [#13686] This changes the behaviour of lexical attributes.
Prior to this lexical attributes were done at a compile time,
and they would loose their attribute on the next run over them.
Now perl 5.8 calls the attribute handler runtime whenever it
hits my.
- [#14448] Fixes cases with too high refcounts on lexical attributes
- [#15945] Do not warn about too late CHECK and INIT block if
A::H is pulled in using a require.
Files: