Up to [cvs.netbsd.org] / pkgsrc / devel / p5-Attribute-Handlers
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Mon Feb 20 12:29:17 2012 UTC (3 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.12: +4 -4
lines
Diff to previous 1.12 (colored)
Updating package for CPAN module Attribute::Handlers in devel/p5-Attribute-Handlers from 0.91 to 0.93 Upstream changes: 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)
Revision 1.12 / (download) - annotate - [select for diffs], Sun Aug 7 08:07:00 2011 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
Changes 0.91: * Typo fixes in documentation * POD link fix.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Apr 24 16:05:18 2010 UTC (2 years, 1 month ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
Update p5-Attribute-Handlers from version 0.87 to version 0.88. Upstream changes: 0.88 Mon Apr 5 16:33:00 CET 2010 - Avoid clobbering $_ (perl #74052, LanX)
Revision 1.10 / (download) - annotate - [select for diffs], Tue Sep 22 17:16:44 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
Updating devel/p5-Attribute-Handlers from 0.86 to 0.87
Upstream changes:
0.87 Mon Sep 21 15:55:00 CET 2009
- Promote to stable release
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.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Aug 9 11:13:07 2009 UTC (2 years, 9 months ago) by sno
Branch: MAIN
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Updating package for p5 module Attribute::Handlers from 0.85 to 0.86
Upstream changes:
0.86 Sat Aug 8 12:41:00 CET 2009
- Add resources (bugtracker, ...) section to META.yml
Revision 1.8 / (download) - annotate - [select for diffs], Sun Jun 14 22:24:12 2009 UTC (2 years, 11 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
pkgsrc changes:
- Updating package of p5 module Attribute::Handlers from 0.83 to 0.85
- Setting LICENSE to ${PERL5_LICENSE} according to META.yaml
Upstream changes:
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)
Revision 1.7 / (download) - annotate - [select for diffs], Sun Apr 12 10:39:01 2009 UTC (3 years, 1 month ago) by he
Branch: MAIN
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
Update from version 0.81 to 0.83.
Upstream changes:
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.82 Wed Mar 11 17:17:00 CET 2009
- Bring test code in line with core perl.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Nov 16 23:11:36 2008 UTC (3 years, 6 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
Updated from version 0.80 to 0.81.
Upstream changes:
0.81 Sun Nov 9 22:47:00 CET 2008
- Fix to make tests work on 5.6.X (Eric Rybski, RT #40781)
Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 30 20:59:22 2008 UTC (3 years, 6 months ago) by he
Branch: MAIN
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
Upgrade from version 0.78nb3 to 0.80.
Pkgsrc changes:
o Canonicalize the HOMEPAGE url
Upstream changes:
0.80 Fri Oct 24 12:06:00 CEST 2008
- CPAN release of the Attribute::Handlers version in bleadperl.
0.79
- 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)
Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 23 22:24:23 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Add RMD160 digests.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 3 14:08:51 2003 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Update to 0.78:
- [#17940] Includes :unique and :shared in the builtin types
- From perl 5.8 { __CALLER__::foo => __PACKAGE } is missparsed,
the proper approach is to use { '__CALLER__::foo' => __PACKAGE }.
The documentation is updated to reflect this.
Reported by Dave Cross
Revision 1.1.1.1.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 18:44:44 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.1.1.1: +3 -3
lines
Diff to previous 1.1.1.1 (colored) next main 1.2 (colored)
Merge from pkgsrc-current to buildlink2 branch.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 10 02:35:49 2002 UTC (9 years, 11 months ago) by shell
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6,
buildlink2-base
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jan 18 21:55:47 2002 UTC (10 years, 4 months ago) by mjl
Branch: TNF
CVS Tags: pkgsrc-base,
netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of p5-Attribute-Handlers 0.76.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 18 21:55:47 2002 UTC (10 years, 4 months ago) by mjl
Branch: MAIN
Initial revision