File: 000_dependencies.t

package info (click to toggle)
libeval-context-perl 0.09.11-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: perl: 762; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# dependencies test

use strict ;
use warnings ;

use Test::More 'no_plan' ;

SKIP:
{
skip('Test::Dependencies has no support for Module::Build', 1) ;

#use Test::Dependencies  ;
#ok_dependencies();
}