File: basic.t

package info (click to toggle)
libmodule-install-extratests-perl 0.008-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 208 kB
  • sloc: perl: 1,478; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
use strict;
use warnings;

use Test::More tests => 2;

require_ok('Module::Install::ExtraTests');
ok("Well... things compiled, anyway.");