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