Changes for 0.05
[gitmo/Package-DeprecationManager.git] / Changes
CommitLineData
f89d088e 10.05 2010-10-14
2
3- Fixed what looked like a bug in -ignore handling, although I couldn't seem
4 to write a test that triggered it.
5
6- Removed hard dep on Test::Warn for the benefit of Moose.
7
8
ae06f361 90.04 2010-07-14
10
11- A single feature will now warn more than once if each warning consists of a
12 different error message.
13
14
ebd96f90 150.03 2010-07-14
16
17- Added an -ignore parameter when importing Package::DeprecationManager. This
18 lets you explicitly ignore packages in the call stack when determining where
19 a deprecated feature was called.
20
21
9472d870 220.02 2010-07-12
23
24- Made it possible to deprecate any feature, not just a subroutine or method.
25
26
270.01 2010-07-12
dc4fc8c7 28
29- First release