#!/usr/bin/perl

use strict;

use Test::More tests => 1;

# TEST
use_ok("File::FTS");

1;


syntax highlighted by Code2HTML, v. 0.9.1