File: model_tests.t

package info (click to toggle)
libconfig-model-backend-yaml-perl 2.134-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 221; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- cperl -*-
use warnings;
use strict;

use Config::Model::Tester 4.001;

use lib 't/lib';
use SneakyObject;

$::_use_log4perl_to_warn = 1;

run_tests();