File: vars.t

package info (click to toggle)
libgeo-coder-osm-perl 0.03-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 122; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;
use Test::More;

eval "use Test::Vars; 1" or do {
    plan skip_all => 'Test::Vars is not installed.';
};

all_vars_ok();