# New Ticket Created by Hugo van der Sanden # Please include the string: [perl #66398] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=66398 >
t/spec/S16-filehandles/filetest.t covers only a selection of the filetest methods. Present are: :e :d :f :r :w :x :s :z :M :C :A Missing (from S32-setting-library/IO.pod) are: :o :R :W :X :O :l :p :S :b :c :t :u :g :k :T :B Some may be difficult to write portable tests for, but it would be useful to have at least placeholders that can then be marked with TODO to show which are not yet supported by a given implementation. Hugo