File: 00load.t

package info (click to toggle)
libfile-extattr-perl 1.09-7
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 364 kB
  • sloc: ansic: 1,864; perl: 1,221; makefile: 42
file content (10 lines) | stat: -rwxr-xr-x 161 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!perl -w

use strict;
use Test::More tests => 1;

BEGIN {
	use_ok( 'File::ExtAttr' );
}

diag( "Testing File::ExtAttr $File::ExtAttr::VERSION, Perl $], $^X" );