From: Vincent Pit Date: Tue, 7 Sep 2010 14:51:33 +0000 (+0200) Subject: Disable strict and warnings when evaluating the code X-Git-Tag: v0.06~10 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=6e8dbf3b02e4df3a7304b7acbe47037575fc952d;hp=6e8dbf3b02e4df3a7304b7acbe47037575fc952d;p=perl%2Fmodules%2FPerl-Critic-Policy-Dynamic-NoIndirect.git Disable strict and warnings when evaluating the code Also don't wrap the code inside a real block, as this changes the behaviour of last and redo. ---