]> git.vpit.fr Git - perl/modules/Perl-Critic-Policy-Dynamic-NoIndirect.git/commit
Disable strict and warnings when evaluating the code
authorVincent Pit <vince@profvince.com>
Tue, 7 Sep 2010 14:51:33 +0000 (16:51 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 7 Sep 2010 14:51:33 +0000 (16:51 +0200)
commit6e8dbf3b02e4df3a7304b7acbe47037575fc952d
treef39a94e2f84edd3b1f05317bb148ce4fe5bf0233
parent4421e107580f32a6c992f44d01b1d2818d65ee87
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.
lib/Perl/Critic/Policy/Dynamic/NoIndirect.pm
t/10-basic.t