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