Changeset 21184 for t/spec/S16-filehandles/filetest.t
- Timestamp:
- 07/03/08 18:30:35 (5 months ago)
- Files:
-
- 1 moved
-
t/spec/S16-filehandles/filetest.t (moved) (moved from t/operators/filetest.t) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S16-filehandles/filetest.t
r20490 r21184 2 2 3 3 use Test; 4 5 =begin pod 4 6 5 7 =head1 DESCRIPTION … … 7 9 This test tests the various filetest operators. 8 10 9 = cut11 =end pod 10 12 11 13 plan 37; … … 20 22 exit; 21 23 } 24 25 # L<S03/Changes to Perl 5 operators/The filetest operators are gone.> 26 # L<S16/Filehandles, files, and directories/A file test, where X is one of the letters listed below.> 22 27 23 28 # Basic tests
