10.07      2016-07-09 14:47:30+10:00 Australia/Melbourne
2- Move packaging/build to dist.ini
3
4----------
5Pre-dist.ini revision history
6
7Revision history for Class-Constant
8
90.01    4 August 2006
10        First release
11
120.02    7 August 2006
13        - Support for constant methods
14        - Make the calling class subclass ::Value
15
160.03    11 August 2006
17        - Make stringification work properly, Test::More magic was
18          hiding the fact that it was busted
19
200.04    13 August 2006
21        - Allow numbers in constant names
22        - Comparisons were broken, fixed them
23        - Make overload handlers actual methods, so they can be
24          overriden
25        - Produce a sane error message if argument to by_ordinal doesn't
26          exist
27
280.05    28 August 2006
29        - Rewrote documentation
30        - Made subvalue accessors be called get_*
31        - Renamed Class::Constant::Value to be Class::Constant::Object
32
330.06    24 August 2010
34        - Updated tests and overload operators to do the right thing with
35          Test::More 0.95+.
36