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