Tweak Changes formatting
[gitmo/Package-DeprecationManager.git] / Changes
CommitLineData
91cc6a4e 1{{$NEXT}}
2
3d60127c 3- Allow an empty hash for the -deprecations parameter.
4
91cc6a4e 5
ec32b749 60.10 2010-10-25
4739bf24 7
e00ea49d 8- The test suite now uses Test::Fatal instead of Test::Exception. (Karen
9 Etheridge)
4739bf24 10
4739bf24 11
ec32b749 120.09 2010-10-17
f71de05b 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
ec32b749 180.08 2010-10-15
90528f28 19
20- Include Test::Requires in prereq list. Reported by Todd Rinaldo. RT #62173.
21
22
ec32b749 230.07 2010-10-15
11d64a4a 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
ec32b749 330.06 2010-10-14
3916f3ee 34
35- The -ignore parameter now accepts regular expressions as well as package
36 names.
37
38
ec32b749 390.05 2010-10-14
f89d088e 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
ec32b749 470.04 2010-07-14
ae06f361 48
49- A single feature will now warn more than once if each warning consists of a
50 different error message.
51
52
ec32b749 530.03 2010-07-14
ebd96f90 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
ec32b749 600.02 2010-07-12
9472d870 61
62- Made it possible to deprecate any feature, not just a subroutine or method.
63
64
ec32b749 650.01 2010-07-12
dc4fc8c7 66
67- First release