DEBSOURCES
Skip Quicknav
sources / libcode-tidyall-plugin-yaml-perl / 0.000001-2 / t / compile.t
12345678910
use strict; use warnings; use Test::More; use Code::TidyAll::Plugin::YAML; ok( 1, 'did not explode' ); done_testing;