DEBSOURCES
Skip Quicknav
sources / libdancer-plugin-rest-perl / 0.11-5 / xt / release / unused-vars.t
12345678
#!perl use Test::More; eval "use Test::Vars"; plan skip_all => "Test::Vars required for testing unused vars" if $@; all_vars_ok();