Fix doc typo
[gitmo/Package-DeprecationManager.git] / Changes
CommitLineData
91cc6a4e 1{{$NEXT}}
2
61592092 30.11 2011-06-19
4
3d60127c 5- Allow an empty hash for the -deprecations parameter.
6
91cc6a4e 7
ec32b749 80.10 2010-10-25
4739bf24 9
e00ea49d 10- The test suite now uses Test::Fatal instead of Test::Exception. (Karen
11 Etheridge)
4739bf24 12
4739bf24 13
ec32b749 140.09 2010-10-17
f71de05b 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
ec32b749 200.08 2010-10-15
90528f28 21
22- Include Test::Requires in prereq list. Reported by Todd Rinaldo. RT #62173.
23
24
ec32b749 250.07 2010-10-15
11d64a4a 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
ec32b749 350.06 2010-10-14
3916f3ee 36
37- The -ignore parameter now accepts regular expressions as well as package
38 names.
39
40
ec32b749 410.05 2010-10-14
f89d088e 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
ec32b749 490.04 2010-07-14
ae06f361 50
51- A single feature will now warn more than once if each warning consists of a
52 different error message.
53
54
ec32b749 550.03 2010-07-14
ebd96f90 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
ec32b749 620.02 2010-07-12
9472d870 63
64- Made it possible to deprecate any feature, not just a subroutine or method.
65
66
ec32b749 670.01 2010-07-12
dc4fc8c7 68
69- First release