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