Searched refs:filetest (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfiletest.t14 my $error = "filetest: the only implemented subpragma is 'access'.\n";
17 ok( require filetest, 'required pragma successfully' );
20 eval { filetest->import('bad subpragma') };
21 is( $@, $error, 'filetest dies with bad subpragma on import' );
28 use_ok( 'filetest', 'access' );
31 filetest->import('access');
35 filetest->unimport('access');
38 eval { filetest->unimport() };
39 is( $@, $error, 'filetest dies without subpragma on unimport' );
42 eval "no filetest 'fak
[all...]
H A Dfiletest.pm1 package filetest; package
7 filetest - Perl pragma to control the filetest permission operators
13 use filetest 'access'; # intuit harder
20 This pragma tells the compiler to change the behaviour of the filetest
27 For such environments, C<use filetest> may help the permission
30 Each "use filetest" or "no filetest" affects statements to the end of
34 when C<use filetest> is in effect, because in some systems
48 extended filetest functionalit
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCheckTree.pm16 validate - run many filetest checks on a tree
H A DFind.pm265 C<stat()>, C<lstat()>, or filetest.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL117 (my $filetest = shift) =~ tr/s/S/;
118 $out .= tab . "-$filetest _";

Completed in 44 milliseconds