Changeset 21184

Show
Ignore:
Timestamp:
07/03/08 18:30:35 (3 months ago)
Author:
Auzon
Message:

[gsoc_spectest] reorganization and smartlinks for filetest.t

Files:
1 moved

Legend:

Unmodified
Added
Removed
  • t/spec/S16-filehandles/filetest.t

    r20490 r21184  
    22 
    33use Test; 
     4 
     5=begin pod 
    46 
    57=head1 DESCRIPTION 
     
    79This test tests the various filetest operators. 
    810 
    9 =cut 
     11=end pod 
    1012 
    1113plan 37; 
     
    2022  exit; 
    2123} 
     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.> 
    2227 
    2328# Basic tests