File: 01_compile.t

package info (click to toggle)
libfile-find-rule-perl-perl 1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 140 kB
  • sloc: perl: 132; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# Load testing for File::Find::Rule::Perl

use strict;
use warnings;

use Test::More tests => 2;

use_ok( 'File::Find::Rule::Perl' );

ok( defined &find, 'Exported the expected symbol' );