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