File: Changes

package info (click to toggle)
libmoosex-xsaccessor-perl 0.010-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: perl: 176; makefile: 2; sh: 1
file content (96 lines) | stat: -rw-r--r-- 2,390 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
MooseX-XSAccessor
=================

Created:      2013-06-13
Home page:    <https://metacpan.org/release/MooseX-XSAccessor>
Bug tracker:  <https://github.com/tobyink/p5-moosex-xsaccessor/issues>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

0.010	2022-12-05

 [ Test Suite ]
 - Include tests for the is_xs() function.
 - Include tests using MooseX::XSAccessor in roles.

 [ Other ]
 - Support using MooseX::XSAccessor in roles.

0.009	2018-05-16

 [ Test Suite ]
 - Remove a test which fails on Perl below 5.20.
   Fixes RT#124835.
   <https://rt.cpan.org/Ticket/Display.html?id=124835>

0.008	2017-05-01

 [ Test Suite ]
 - Update tests for more recent Moose versions.

0.007	2013-10-30

 [ Test Suite ]
 - Skip the new version of moose_bad_coerce.t if Moose version is too old.

0.006	2013-10-30

 [ Test Suite ]
 - Avoid triggering silly deprecation warnings from
   MooseX::Attribute::Chained.
 - Pull latest attribute tests from Moose; the old versions of these test
   cases broke with Moose 2.11xx.

0.005	2013-08-27

 - Added: Integration with MooseX::LvalueAttribute.

0.004	2013-06-17

 - Added: Integration with MooseX::Attribute::Chained.
   Dagfinn Ilmari Mannsåker++
 - Improved `is_xs` implementation.
   Florian Ragwitz++

0.003	2013-06-17

 [ Documentation ]
 - Document the circumstances under which predicates and clearers can be
   acceleated (respectively: if Class::XSAccessor is new enough, and
   never).

 [ Packaging ]
 - Since 0.002 we shouldn't need to skip test `t/moose_default_undef.t`
   anymore.

0.002	2013-06-16

 [ Packaging ]
 - Support slightly older versions of Class::XSAccessor (back to 1.09).

 [ Other ]
 - Don't use Class::XSAccessor 1.16 and below to generate predicate
   methods, because their behaviour differs observably from Moose. If you
   want XS predicates, you'll need Class::XSAccessor 1.17 (which is not on
   CPAN yet).
   <http://purl.org/NET/cpan-uri/rt/ticket/86127>
 - Refactor overridden install_accessors into an 'after' method modifier,
   with the hope that this makes MooseX::XSAccessor play nicer with other
   MooseX modules.

0.001	2013-06-14	Stable release

0.000_02	2013-06-14

 [ Bug Fixes ]
 - Work around some edge cases.

 [ Documentation ]
 - Better documentation.

 [ Packaging ]
 - Better test cases.

 [ Other ]
 - Added: MooseX::XSAccessor::is_xs function.

0.000_01	2013-06-14	Developer release