DEBSOURCES
Skip Quicknav
sources / libmousex-strictconstructor-perl / 0.02-3 / xt / 05_vars.t
123456789101112
#!perl -w use strict; use Test::More; use Test::Requires qw(Test::Vars); all_vars_ok( ignore_vars => [qw($parser $symbol)], ); done_testing;