1#!perl
2
3use Test::More;
4
5eval "use Test::Vars";
6plan skip_all => "Test::Vars required for testing unused vars"
7  if $@;
8all_vars_ok();
9