Changes for 0.09
[gitmo/Package-DeprecationManager.git] / Changes
CommitLineData
f71de05b 10.09 2010-10-17
2
3- Added a compilation test, because otherwise all test files could not end up
4 doing skip_all, which may make smokers and test harnesses unhappy.
5
6
90528f28 70.08 2010-10-15
8
9- Include Test::Requires in prereq list. Reported by Todd Rinaldo. RT #62173.
10
11
bd06190c 120.07 2010-10-15
11d64a4a 13
14- The use of regular expressions in ignores didn't really work in 0.06.
15
16- Added missing dep on List::MoreUtils.
17
18- Replaced Test::Warn with Test::Output in the tests, and made the tests
19 actually test what I think they should be testing.
20
21
3916f3ee 220.06 2010-10-14
23
24- The -ignore parameter now accepts regular expressions as well as package
25 names.
26
27
f89d088e 280.05 2010-10-14
29
30- Fixed what looked like a bug in -ignore handling, although I couldn't seem
31 to write a test that triggered it.
32
33- Removed hard dep on Test::Warn for the benefit of Moose.
34
35
ae06f361 360.04 2010-07-14
37
38- A single feature will now warn more than once if each warning consists of a
39 different error message.
40
41
ebd96f90 420.03 2010-07-14
43
44- Added an -ignore parameter when importing Package::DeprecationManager. This
45 lets you explicitly ignore packages in the call stack when determining where
46 a deprecated feature was called.
47
48
9472d870 490.02 2010-07-12
50
51- Made it possible to deprecate any feature, not just a subroutine or method.
52
53
540.01 2010-07-12
dc4fc8c7 55
56- First release