Changes for 0.08
[gitmo/Package-DeprecationManager.git] / Changes
CommitLineData
90528f28 10.08 2010-10-15
2
3- Include Test::Requires in prereq list. Reported by Todd Rinaldo. RT #62173.
4
5
bd06190c 60.07 2010-10-15
11d64a4a 7
8- The use of regular expressions in ignores didn't really work in 0.06.
9
10- Added missing dep on List::MoreUtils.
11
12- Replaced Test::Warn with Test::Output in the tests, and made the tests
13 actually test what I think they should be testing.
14
15
3916f3ee 160.06 2010-10-14
17
18- The -ignore parameter now accepts regular expressions as well as package
19 names.
20
21
f89d088e 220.05 2010-10-14
23
24- Fixed what looked like a bug in -ignore handling, although I couldn't seem
25 to write a test that triggered it.
26
27- Removed hard dep on Test::Warn for the benefit of Moose.
28
29
ae06f361 300.04 2010-07-14
31
32- A single feature will now warn more than once if each warning consists of a
33 different error message.
34
35
ebd96f90 360.03 2010-07-14
37
38- Added an -ignore parameter when importing Package::DeprecationManager. This
39 lets you explicitly ignore packages in the call stack when determining where
40 a deprecated feature was called.
41
42
9472d870 430.02 2010-07-12
44
45- Made it possible to deprecate any feature, not just a subroutine or method.
46
47
480.01 2010-07-12
dc4fc8c7 49
50- First release