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