File: author-RequiredModules.t

package info (click to toggle)
libchi-perl 0.61-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 696 kB
  • sloc: perl: 5,409; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl

BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    print qq{1..0 # SKIP these tests are for testing by the author\n};
    exit
  }
}

use CHI::t::RequiredModules;
CHI::t::RequiredModules->runtests;