File: load.t

package info (click to toggle)
libapp-cmd-plugin-prompt-perl 1.006-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: perl: 257; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!perl
use strict;
use warnings;
use Test::More tests => 1;
use App::Cmd::Plugin::Prompt;

ok(1, 'well, things compiled anyway...');