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