t/comp/proto.t See if function prototypes work
t/comp/redef.t See if we get correct warnings on redefined subs
t/comp/require.t See if require works
-t/comp/retainedlines.t See if the debugger can retains eval's lines
+t/comp/retainedlines.t See if the debugger can retain eval's lines
t/comp/script.t See if script invocation works
t/comp/term.t See if more terms work
t/comp/uproto.t See if the _ prototype works
t/io/open.t See if open works
t/io/perlio_fail.t See if bad layers fail
t/io/perlio_leaks.t See if PerlIO layers are leaking
-t/io/perlio_open.t See if PerlIO certain special opens work
+t/io/perlio_open.t See if certain special forms of open work
t/io/perlio.t See if PerlIO works
t/io/pipe.t See if secure pipes work
t/io/print.t See if print commands work
t/op/reg_namedcapture.t Make sure glob assignment doesn't break named capture
t/op/reg_nc_tie.t Test the tied methods of Tie::Hash::NamedCapture
t/op/reg_pmod.t See if regexp /p modifier works as expected
-t/op/reg_posixcc.t See if posix characterclasses behave consistantly
+t/op/reg_posixcc.t See if posix character classes behave consistantly
t/op/reg_unsafe.t Check for unsafe match vars
t/op/repeat.t See if x operator works
t/op/reset.t See if reset operator works