Add no evil ':disable'
[acme-evil.git] / t / t2 / Survives.pm
1 package t::t2::Dies;
2 no evil ':strict';
3 no evil ':disable';
4 use t::t2::Evil;
5
6 1;
This page took 0.020363 seconds and 4 git commands to generate.