1#!perl -w
2
3use strict;
4use Test::More tests => 1;
5
6BEGIN {
7	use_ok( 'File::ExtAttr' );
8}
9
10diag( "Testing File::ExtAttr $File::ExtAttr::VERSION, Perl $], $^X" );
11