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