X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FPerl-Critic-Policy-Dynamic-NoIndirect.git;a=blobdiff_plain;f=Changes;h=470192f909715437af605b477b6eca08ecd57f0b;hp=eeded93c9a589185fc17af0246a4ed29097ad560;hb=HEAD;hpb=96aa3e9b451af479ad8855ff862a016a74e98742 diff --git a/Changes b/Changes index eeded93..470192f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,21 @@ Revision history for Perl-Critic-Policy-Dynamic-NoIndirect +0.06 2011-08-25 14:55 UTC + + Fix : Don't compile the audited code with strict and warnings + forcefully in use. + + Fix : Compilation failures are now safely reported. + + Upd : Bump indirect dependency to 0.25. + +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