Bump version
[gitmo/Package-DeprecationManager.git] / Changes
CommitLineData
91cc6a4e 1{{$NEXT}}
2
3
e00ea49d 40.10 2010-10-25
4739bf24 5
e00ea49d 6- The test suite now uses Test::Fatal instead of Test::Exception. (Karen
7 Etheridge)
4739bf24 8
4739bf24 9
f71de05b 100.09 2010-10-17
11
12- Added a compilation test, because otherwise all test files could not end up
13 doing skip_all, which may make smokers and test harnesses unhappy.
14
15
90528f28 160.08 2010-10-15
17
18- Include Test::Requires in prereq list. Reported by Todd Rinaldo. RT #62173.
19
20
bd06190c 210.07 2010-10-15
11d64a4a 22
23- The use of regular expressions in ignores didn't really work in 0.06.
24
25- Added missing dep on List::MoreUtils.
26
27- Replaced Test::Warn with Test::Output in the tests, and made the tests
28 actually test what I think they should be testing.
29
30
3916f3ee 310.06 2010-10-14
32
33- The -ignore parameter now accepts regular expressions as well as package
34 names.
35
36
f89d088e 370.05 2010-10-14
38
39- Fixed what looked like a bug in -ignore handling, although I couldn't seem
40 to write a test that triggered it.
41
42- Removed hard dep on Test::Warn for the benefit of Moose.
43
44
ae06f361 450.04 2010-07-14
46
47- A single feature will now warn more than once if each warning consists of a
48 different error message.
49
50
ebd96f90 510.03 2010-07-14
52
53- Added an -ignore parameter when importing Package::DeprecationManager. This
54 lets you explicitly ignore packages in the call stack when determining where
55 a deprecated feature was called.
56
57
9472d870 580.02 2010-07-12
59
60- Made it possible to deprecate any feature, not just a subroutine or method.
61
62
630.01 2010-07-12
dc4fc8c7 64
65- First release