#App-Midgen/t/11-can_xs_1.t use Test::More; use Test::Requires {'PPI::XS' => 0.902}; ok($PPI::XS::VERSION == 0.902, 'PPI::XS is loaded'); #Anamal/t/pod.t eval { use Test::Pod 1.14 }; plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
use canxs instead of cancc ribasushi++
requires PPI::XS 0.902 if can_xs