more whitespace removal (from Michael G Schwern)
[p5sagit/p5-mst-13.2.git] / lib / filetest.pm
index 65fc170..d08f9b4 100644 (file)
@@ -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