File: 01_compile.t

package info (click to toggle)
libfile-remove-perl 1.61-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 248 kB
  • sloc: perl: 850; makefile: 2
file content (11 lines) | stat: -rwxr-xr-x 142 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl

# Tests that File::Remove compiles ok

use strict;
use warnings;

use Test::More tests => 1;

# TEST
use_ok('File::Remove');