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