File: 00_compile.t

package info (click to toggle)
libmodule-build-pluggable-perl 0.10-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: perl: 434; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
use strict;
use Test::More tests => 1;

use Module::Build::Pluggable::Base;
use Module::Build::Pluggable::Util;
use Test::Module::Build::Pluggable;

BEGIN { use_ok 'Module::Build::Pluggable' }