Changes for next release
[gitmo/Package-DeprecationManager.git] / Changes
CommitLineData
91cc6a4e 1{{$NEXT}}
2
baed400b 3- Fix tests to pass with Carp 1.25. Reported by Andreas Koenig. RT #75520.
4
5
61592092 60.11 2011-06-19
7
3d60127c 8- Allow an empty hash for the -deprecations parameter.
9
91cc6a4e 10
ec32b749 110.10 2010-10-25
4739bf24 12
e00ea49d 13- The test suite now uses Test::Fatal instead of Test::Exception. (Karen
14 Etheridge)
4739bf24 15
4739bf24 16
ec32b749 170.09 2010-10-17
f71de05b 18
19- Added a compilation test, because otherwise all test files could not end up
20 doing skip_all, which may make smokers and test harnesses unhappy.
21
22
ec32b749 230.08 2010-10-15
90528f28 24
25- Include Test::Requires in prereq list. Reported by Todd Rinaldo. RT #62173.
26
27
ec32b749 280.07 2010-10-15
11d64a4a 29
30- The use of regular expressions in ignores didn't really work in 0.06.
31
32- Added missing dep on List::MoreUtils.
33
34- Replaced Test::Warn with Test::Output in the tests, and made the tests
35 actually test what I think they should be testing.
36
37
ec32b749 380.06 2010-10-14
3916f3ee 39
40- The -ignore parameter now accepts regular expressions as well as package
41 names.
42
43
ec32b749 440.05 2010-10-14
f89d088e 45
46- Fixed what looked like a bug in -ignore handling, although I couldn't seem
47 to write a test that triggered it.
48
49- Removed hard dep on Test::Warn for the benefit of Moose.
50
51
ec32b749 520.04 2010-07-14
ae06f361 53
54- A single feature will now warn more than once if each warning consists of a
55 different error message.
56
57
ec32b749 580.03 2010-07-14
ebd96f90 59
60- Added an -ignore parameter when importing Package::DeprecationManager. This
61 lets you explicitly ignore packages in the call stack when determining where
62 a deprecated feature was called.
63
64
ec32b749 650.02 2010-07-12
9472d870 66
67- Made it possible to deprecate any feature, not just a subroutine or method.
68
69
ec32b749 700.01 2010-07-12
dc4fc8c7 71
72- First release