Add t/mro to the test list in perlhack
[p5sagit/p5-mst-13.2.git] / pod / perldata.pod
index c960a0e..29004f0 100644 (file)
@@ -425,7 +425,7 @@ token was encountered.  The filehandle is left open pointing to the
 contents after __DATA__.  It is the program's responsibility to
 C<close DATA> when it is done reading from it.  For compatibility with
 older scripts written before __DATA__ was introduced, __END__ behaves
-like __DATA__ in the toplevel script (but not in files loaded with
+like __DATA__ in the top level script (but not in files loaded with
 C<require> or C<do>) and leaves the remaining contents of the
 file accessible via C<main::DATA>.