File: Changes

package info (click to toggle)
libmoosex-aliases-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 220 kB
  • sloc: perl: 805; makefile: 10
file content (47 lines) | stat: -rw-r--r-- 1,495 bytes parent folder | download | duplicates (3)
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
Revision history for MooseX-Aliases

0.11  2013-07-12
      - Doc fixes. (Toby Inkster, #4)
      - Packaging cleanup.
      - Drop old backcompat code for Moose < 2.00.

0.10  2011-04-29
      - Make constructor argument aliases work for attributes in roles (ether,
        doy).

0.09  2011-02-09
      - Update Moose dep to make 'use MooseX::Aliases' work properly in roles.
      - New Dist::Zilla stuff.
      - The test suite now uses Test::Fatal instead of Test::Exception (Karen
        Etheridge).
      - Forward compat for Moose inlining changes

0.08  2010-01-17
      - Fix metarole usage for new role metarole interface (autarch).

0.07  2009-12-04
      - Add dep on Test::Exception

0.06  2009-12-04
      - Aliased init_args now work for immutable classes.

0.05  2009-09-22
      - Switched the order of the arguments to the alias function. Existing
        code should continue to work, with a warning, for now. This will be
        removed sometime in the future.
      - Fixed calling a wrong method when trying to throw an error.

0.04  2009-09-21
      - Aliases should get the package name of the class they're defined in,
        not of the class where the aliased method is from

0.03  2009-09-08
      - Do aliasing correctly - use late binding so aliases that get overridden
        in subclasses work properly

0.02  2009-09-03
      - Attribute aliases now also allow the alias to be used as a constructor
        argument

0.01  2009-08-15
      - Initial release