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