Fix handling of ignore regexes and test them properly
[gitmo/Package-DeprecationManager.git] / Changes
CommitLineData
11d64a4a 10.07 2010-10-14
2
3- The use of regular expressions in ignores didn't really work in 0.06.
4
5- Added missing dep on List::MoreUtils.
6
7- Replaced Test::Warn with Test::Output in the tests, and made the tests
8 actually test what I think they should be testing.
9
10
3916f3ee 110.06 2010-10-14
12
13- The -ignore parameter now accepts regular expressions as well as package
14 names.
15
16
f89d088e 170.05 2010-10-14
18
19- Fixed what looked like a bug in -ignore handling, although I couldn't seem
20 to write a test that triggered it.
21
22- Removed hard dep on Test::Warn for the benefit of Moose.
23
24
ae06f361 250.04 2010-07-14
26
27- A single feature will now warn more than once if each warning consists of a
28 different error message.
29
30
ebd96f90 310.03 2010-07-14
32
33- Added an -ignore parameter when importing Package::DeprecationManager. This
34 lets you explicitly ignore packages in the call stack when determining where
35 a deprecated feature was called.
36
37
9472d870 380.02 2010-07-12
39
40- Made it possible to deprecate any feature, not just a subroutine or method.
41
42
430.01 2010-07-12
dc4fc8c7 44
45- First release