File: compile.t

package info (click to toggle)
cleo 0.004-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 89; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!perl

use strict;
use warnings;
use Test::More;

#----------------------------------------------------------------------------

use_ok('App::Cleo');
done_testing;