X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Ffiletest.pm;h=d08f9b4d48a0cff8df9d7c76c85023a0444e5526;hb=3cb6de8118f279c0dca172ac40ef21e89cf524b7;hp=65fc1704f03251e9f028156865e720a76510a575;hpb=eaf840779373130f95f7bd459b3864c78c698e28;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/filetest.pm b/lib/filetest.pm index 65fc170..d08f9b4 100644 --- a/lib/filetest.pm +++ b/lib/filetest.pm @@ -5,7 +5,7 @@ package filetest; filetest - Perl pragma to control the filetest permission operators =head1 SYNOPSIS - + $can_perhaps_read = -r "file"; # use the mode bits { use filetest 'access'; # intuit harder