File: 001compile.t

package info (click to toggle)
libmath-clipper-perl 1.29-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 484 kB
  • sloc: cpp: 3,450; perl: 138; makefile: 3
file content (9 lines) | stat: -r--r--r-- 99 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;
use File::Spec;

use Test::More tests => 1;
use Math::Clipper;
pass();