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