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