X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=5591c6cd9df3a804efa997f4d3fcf440806c7787;hb=fc0e88658ce28841996a591681b9068174b314bb;hp=20402811c429038b59f20fac7f02820ace45d25e;hpb=22415029d8e73450aec1ded0676d86f939c5d65c;p=perl%2Fmodules%2FPerl-Critic-Policy-Dynamic-NoIndirect.git diff --git a/Changes b/Changes index 2040281..5591c6c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,24 @@ Revision history for Perl-Critic-Policy-Dynamic-NoIndirect +0.05 2010-04-19 13:35 UTC + + Fix : Force the correct line number and file name before evaluating + the code. + + Fix : Work around Kwalitee test misfailures. + +0.04 2009-07-14 19:50 UTC + + Add : Report indirect method calls on blocks. + + Doc : Caveats. + + Upd : Bump indirect dependency to 0.16. + +0.03 2009-07-09 09:05 UTC + + Add : A sample script. + + Fix : Multiple violations with the same method on the same line were + not reported. + + Upd : Bump indirect dependency to 0.15. + +0.02 2009-07-07 16:25 UTC + + Fix : Incomplete MANIFEST. + 0.01 2009-07-07 16:20 UTC First version.