Lchown

 view release on metacpan or  search on metacpan

t/allplatforms.t  view on Meta::CPAN

use strict;
use warnings;

use Test::More (tests => 2);

BEGIN { use_ok('Lchown') }

ok( !lchown(9,9,"nosuchfile"), "failed on nonexistent file" );



( run in 1.365 second using v1.01-cache-2.11-cpan-71847e10f99 )