Bump version
[gitmo/Package-DeprecationManager.git] / Changes
CommitLineData
3916f3ee 10.06 2010-10-14
2
3- The -ignore parameter now accepts regular expressions as well as package
4 names.
5
6
f89d088e 70.05 2010-10-14
8
9- Fixed what looked like a bug in -ignore handling, although I couldn't seem
10 to write a test that triggered it.
11
12- Removed hard dep on Test::Warn for the benefit of Moose.
13
14
ae06f361 150.04 2010-07-14
16
17- A single feature will now warn more than once if each warning consists of a
18 different error message.
19
20
ebd96f90 210.03 2010-07-14
22
23- Added an -ignore parameter when importing Package::DeprecationManager. This
24 lets you explicitly ignore packages in the call stack when determining where
25 a deprecated feature was called.
26
27
9472d870 280.02 2010-07-12
29
30- Made it possible to deprecate any feature, not just a subroutine or method.
31
32
330.01 2010-07-12
dc4fc8c7 34
35- First release