Changes for next release
[gitmo/Package-DeprecationManager.git] / Changes
1 {{$NEXT}}
2
3 - Fix tests to pass with Carp 1.25. Reported by Andreas Koenig. RT #75520.
4
5
6 0.11     2011-06-19
7
8 - Allow an empty hash for the -deprecations parameter.
9
10
11 0.10     2010-10-25
12
13 - The test suite now uses Test::Fatal instead of Test::Exception. (Karen
14   Etheridge)
15
16
17 0.09     2010-10-17
18
19 - Added a compilation test, because otherwise all test files could not end up
20   doing skip_all, which may make smokers and test harnesses unhappy.
21
22
23 0.08     2010-10-15
24
25 - Include Test::Requires in prereq list. Reported by Todd Rinaldo. RT #62173.
26
27
28 0.07     2010-10-15
29
30 - The use of regular expressions in ignores didn't really work in 0.06.
31
32 - Added missing dep on List::MoreUtils.
33
34 - Replaced Test::Warn with Test::Output in the tests, and made the tests
35   actually test what I think they should be testing.
36
37
38 0.06     2010-10-14
39
40 - The -ignore parameter now accepts regular expressions as well as package
41   names.
42
43
44 0.05     2010-10-14
45
46 - Fixed what looked like a bug in -ignore handling, although I couldn't seem
47   to write a test that triggered it.
48
49 - Removed hard dep on Test::Warn for the benefit of Moose.
50
51
52 0.04     2010-07-14
53
54 - A single feature will now warn more than once if each warning consists of a
55   different error message.
56
57
58 0.03     2010-07-14
59
60 - Added an -ignore parameter when importing Package::DeprecationManager. This
61   lets you explicitly ignore packages in the call stack when determining where
62   a deprecated feature was called.
63
64
65 0.02     2010-07-12
66
67 - Made it possible to deprecate any feature, not just a subroutine or method.
68
69
70 0.01     2010-07-12
71
72 - First release