Attribute-Handlers

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	- The version released with Perl 5.10.0
	- All interpreted attributes are now passed as array references,
	  eventually nested.
	- Don't AUTOLOAD DESTROY (Jerry D Hedden, cpan bug #1911)
	- A::H is now able to report caller's file and line number
	  (David Feldman)

0.80	Fri Oct 24 12:06:00 CEST 2008
        - CPAN release of the Attribute::Handlers version in bleadperl.
	
0.81	Sun Nov  9 22:47:00 CET 2008
        - Fix to make tests work on 5.6.X (Eric Rybski, RT #40781)

0.82	Wed Mar 11 17:17:00 CET 2009
        - Bring test code in line with core perl.
	
0.83	Fri Mar 13 15:14:00 CET 2009
        - Re-add a TODO marker in the tests that would fail on 5.6.2.

0.84	Wed Jun 10 15:14:00 CET 2009
        - Core-CPAN synchronization

0.85	Thu Jun 11 09:31:00 CET 2009
        - Document findsym for the sake of mod_perl. (David Wheeler)
        - Remove unused variable. (David Wheeler)

0.86	Sat Aug  8 12:41:00 CET 2009
        - Add resources (bugtracker, ...) section to META.yml

0.86_01	Thu Sep 17 10:01:00 CET 2009
	- From perl change 09330df80caf214f375fcf0c04857347e3b17c69 (Zefram):

          Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTRIBUTES

          Attribute handlers being applied to a temporary CV has actually been
          reported as a bug, #66970.  The attached patch fixes the bug, by
          changing the order in which things happen: attributes are now applied
          after the temporary CV has been merged into the existing CV or has
          otherwise been added to the appropriate GV.

          The change breaks part of Attribute::Handlers.  Part of A:H searches the
          package to find the name of the sub to which a :ATTR attribute is being
          applied, and the correct time at which to launch that search depends
          crucially on the order in which the CV construction events occur. So
          this patch also includes a change to A:H, to make it detect which way
          things happen.  The resulting A:H works either way, which is essential
          for its dual-life nature.

0.87	Mon Sep 21 15:55:00 CET 2009
        - Promote to stable release

0.88   Mon Apr  5 16:33:00 CET 2010
	- Avoid clobbering $_ (perl #74052, LanX)

0.91	Fri May 20 20:00:00 CET 2011
	- Typo fixes in documentation
	- POD link fix.

0.93	Mon Dec 19 09:19:00 CET 2011
	- documentation: "my" should be "till" (Frederic Briere)
	- Spelling fixes (Father Chrysostomos)
	- Indentation fixes (Father Chrysostomos)

0.96	Fri Mar  7 08:30:00 CET 2014
	- Documentation fixes
        - Replace use of base.pm with parent.pm

0.97	Sun Jun  1 12:00:00 GMT 2015
	- fixes to deal with CVs without GVs

0.99  Fri Jul 24 18:44:48 EDT 2015
  - CPAN release of code from last perl core release



( run in 1.484 second using v1.01-cache-2.11-cpan-49f99fa48dc )